summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/llite_internal.h
diff options
context:
space:
mode:
authorBob Glossman <bob.glossman@intel.com>2016-09-18 16:38:19 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-19 09:53:45 +0200
commit816afc79f8370841c2f2b460cf93ba6ab74f99d7 (patch)
tree3f0e0b9010aeff032e351c54a40e88117f6ba248 /drivers/staging/lustre/lustre/llite/llite_internal.h
parent2ce3647e9aba981f968f42f75f6b0af79332fee3 (diff)
downloadop-kernel-dev-816afc79f8370841c2f2b460cf93ba6ab74f99d7.zip
op-kernel-dev-816afc79f8370841c2f2b460cf93ba6ab74f99d7.tar.gz
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>
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/llite_internal.h')
-rw-r--r--drivers/staging/lustre/lustre/llite/llite_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/llite/llite_internal.h b/drivers/staging/lustre/lustre/llite/llite_internal.h
index 0dc47f2..05f2aa3 100644
--- a/drivers/staging/lustre/lustre/llite/llite_internal.h
+++ b/drivers/staging/lustre/lustre/llite/llite_internal.h
@@ -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", \
}
OpenPOWER on IntegriCloud