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: Bob Glossman <bob.glossman@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5586
Reviewed-on: http://review.whamcloud.com/12892
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bob Glossman
2016-09-18 16:38:19 -04:00
committed by Greg Kroah-Hartman
parent 2ce3647e9a
commit 816afc79f8

View File

@@ -407,7 +407,7 @@ enum stats_track_type {
"nolck", \
"checksum", \
"flock", \
"xattr", \
"user_xattr", \
"acl", \
"???", \
"???", \
@@ -423,7 +423,7 @@ enum stats_track_type {
"verbose", \
"layout", \
"user_fid2path",\
"xattr", \
"xattr_cache", \
"norootsquash", \
}