Whamcloud - gitweb
LU-12026 mdt: MDS stores atime|mtime|ctime during close
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_idl.h
index 0cca401..db941b2 100644 (file)
@@ -1963,6 +1963,7 @@ enum mds_op_bias {
        MDS_CLOSE_LAYOUT_SPLIT  = 1 << 17,
        MDS_TRUNC_KEEP_LEASE    = 1 << 18,
        MDS_PCC_ATTACH          = 1 << 19,
+       MDS_CLOSE_UPDATE_TIMES  = 1 << 20,
 };
 
 #define MDS_CLOSE_INTENT (MDS_HSM_RELEASE | MDS_CLOSE_LAYOUT_SWAP |         \