From 709e5881d9e0c395105cfbfb003ca93f776cef26 Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Mon, 1 Dec 2014 11:03:26 -0800 Subject: [PATCH] LU-5586 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 Change-Id: I538cbee8f5382e1a7c74f2dcd598025886225cc3 Reviewed-on: http://review.whamcloud.com/12892 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- lustre/llite/llite_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 6fae11a..b71ab58 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -426,7 +426,7 @@ enum stats_track_type { "nolck", \ "checksum", \ "flock", \ - "xattr", \ + "user_xattr", \ "acl", \ "???", \ "rmt_client", \ @@ -442,7 +442,7 @@ enum stats_track_type { "verbose", \ "layout", \ "user_fid2path",\ - "xattr", \ + "xattr_cache", \ "norootsquash", \ } -- 1.8.3.1