Whamcloud - gitweb
LU-9771 flr: lfs setstripe to create a new mirror
[fs/lustre-release.git] / lustre / include / lu_object.h
index af57228..50bad11 100644 (file)
@@ -907,7 +907,8 @@ struct lu_rdpg {
 
 enum lu_xattr_flags {
        LU_XATTR_REPLACE = (1 << 0),
-       LU_XATTR_CREATE  = (1 << 1)
+       LU_XATTR_CREATE  = (1 << 1),
+       LU_XATTR_MERGE   = (1 << 2),
 };
 
 /** @} helpers */