Whamcloud - gitweb
LU-14401 sec: fix migrate for encrypted dir
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 4e52cbd..8b3d527 100644 (file)
@@ -406,6 +406,8 @@ enum ll_file_flags {
        LLIF_UPDATE_ATIME       = 4,
        /* foreign file/dir can be unlinked unconditionnaly */
        LLIF_FOREIGN_REMOVABLE  = 5,
+       /* setting encryption context in progress */
+       LLIF_SET_ENC_CTX        = 6,
 
 };