Commit 816afc79 authored by Bob Glossman's avatar Bob Glossman Committed by Greg Kroah-Hartman

staging: lustre: llite: fix dup flags names

The name 'xattr' is used for two different ll_flags bits.
Change the names to be distinct and different, reflecting
the names of the bits used in LL_SBI_xbitnamex #defines.
Signed-off-by: default avatarBob Glossman <bob.glossman@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5586
Reviewed-on: http://review.whamcloud.com/12892Reviewed-by: default avatarMinh Diep <minh.diep@intel.com>
Reviewed-by: default avatarJian Yu <jian.yu@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2ce3647e
...@@ -407,7 +407,7 @@ enum stats_track_type { ...@@ -407,7 +407,7 @@ enum stats_track_type {
"nolck", \ "nolck", \
"checksum", \ "checksum", \
"flock", \ "flock", \
"xattr", \ "user_xattr", \
"acl", \ "acl", \
"???", \ "???", \
"???", \ "???", \
...@@ -423,7 +423,7 @@ enum stats_track_type { ...@@ -423,7 +423,7 @@ enum stats_track_type {
"verbose", \ "verbose", \
"layout", \ "layout", \
"user_fid2path",\ "user_fid2path",\
"xattr", \ "xattr_cache", \
"norootsquash", \ "norootsquash", \
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment