summaryrefslogtreecommitdiff
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-03-06 12:43:51 +0800
committerMark Brown <broonie@linaro.org>2014-03-06 12:43:51 +0800
commite37912fd0bdf174e934af6cfb0002a077867b644 (patch)
treec661c8a6e20e013abf4dd5ac27b9a70f218ff290 /include/linux/ceph
parent8535736c27cc4e25b9948d857138315f45b6fa34 (diff)
parent37f204164dfb0186a0caf20bc3e3120080bcd788 (diff)
Merge branch 'pm-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into spi-pl022
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/ceph_fs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h
index 2623cffc73a1..25bfb0eff772 100644
--- a/include/linux/ceph/ceph_fs.h
+++ b/include/linux/ceph/ceph_fs.h
@@ -373,8 +373,9 @@ extern const char *ceph_mds_op_name(int op);
/*
* Ceph setxattr request flags.
*/
-#define CEPH_XATTR_CREATE 1
-#define CEPH_XATTR_REPLACE 2
+#define CEPH_XATTR_CREATE (1 << 0)
+#define CEPH_XATTR_REPLACE (1 << 1)
+#define CEPH_XATTR_REMOVE (1 << 31)
union ceph_mds_request_args {
struct {