Whamcloud - gitweb
LU-14989 sec: access to enc file's xattrs
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index c5465b3..1097608 100644 (file)
@@ -415,6 +415,8 @@ enum ll_file_flags {
        LLIF_FOREIGN_REMOVABLE  = 5,
        /* setting encryption context in progress */
        LLIF_SET_ENC_CTX        = 6,
+       /* Xattr cache is filled */
+       LLIF_XATTR_CACHE_FILLED = 7,
 
 };