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 479f639..deb2b16 100644 (file)
@@ -1951,6 +1951,7 @@ enum mds_op_bias {
        MDS_CLOSE_RESYNC_DONE   = 1 << 16,
        MDS_CLOSE_LAYOUT_SPLIT  = 1 << 17,
        MDS_TRUNC_KEEP_LEASE    = 1 << 18,
+       MDS_CLOSE_UPDATE_TIMES  = 1 << 20,
 };
 
 #define MDS_CLOSE_INTENT (MDS_HSM_RELEASE | MDS_CLOSE_LAYOUT_SWAP |         \