summaryrefslogtreecommitdiffstats
path: root/src/include/ceph_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ceph_fs.h')
-rw-r--r--src/include/ceph_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h
index a6ee2737710..57eb18b0d3e 100644
--- a/src/include/ceph_fs.h
+++ b/src/include/ceph_fs.h
@@ -488,6 +488,7 @@ int ceph_flags_sys2wire(int flags);
*/
#define CEPH_XATTR_CREATE (1 << 0)
#define CEPH_XATTR_REPLACE (1 << 1)
+#define CEPH_XATTR_REMOVE2 (1 << 30)
#define CEPH_XATTR_REMOVE (1 << 31)
/*