Whamcloud - gitweb
LU-15971 llite: implicit default LMV inherit
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_idl.h
index 0ace06f..8cbe132 100644 (file)
@@ -913,7 +913,8 @@ struct ptlrpc_body_v2 {
                                OBD_CONNECT2_ATOMIC_OPEN_LOCK | \
                                OBD_CONNECT2_BATCH_RPC | \
                                OBD_CONNECT2_ENCRYPT_NAME | \
-                               OBD_CONNECT2_ENCRYPT_FID2PATH)
+                               OBD_CONNECT2_ENCRYPT_FID2PATH | \
+                               OBD_CONNECT2_DMV_IMP_INHERIT)
 
 #define OST_CONNECT_SUPPORTED  (OBD_CONNECT_SRVLOCK | OBD_CONNECT_GRANT | \
                                OBD_CONNECT_REQPORTAL | OBD_CONNECT_VERSION | \
@@ -1976,6 +1977,8 @@ enum mds_op_bias {
        MDS_FID_OP              = 1 << 22,
        /* migrate dirent only */
        MDS_MIGRATE_NSONLY      = 1 << 23,
+       /* create with default LMV from client */
+       MDS_CREATE_DEFAULT_LMV  = 1 << 24,
 };
 
 #define MDS_CLOSE_INTENT (MDS_HSM_RELEASE | MDS_CLOSE_LAYOUT_SWAP |         \