summaryrefslogtreecommitdiff
path: root/include/linux/ceph/ceph_features.h
diff options
context:
space:
mode:
authorYan, Zheng <zheng.z.yan@intel.com>2014-01-21 07:07:16 +0400
committerYan, Zheng <zheng.z.yan@intel.com>2014-01-21 12:30:31 +0400
commit80213a84a96c3040f5824bce646a184d5dd3dd2b (patch)
tree4d4fc0841d55384fb850bc1561c650677a34254d /include/linux/ceph/ceph_features.h
parent11df2dfb610d68e8050c2183c344b1002351a99d (diff)
downloadlinux-80213a84a96c3040f5824bce646a184d5dd3dd2b.tar.xz
libceph: support CEPH_FEATURE_EXPORT_PEER
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Diffstat (limited to 'include/linux/ceph/ceph_features.h')
-rw-r--r--include/linux/ceph/ceph_features.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ceph/ceph_features.h b/include/linux/ceph/ceph_features.h
index 5f42e4412909..d21b34d94436 100644
--- a/include/linux/ceph/ceph_features.h
+++ b/include/linux/ceph/ceph_features.h
@@ -80,7 +80,8 @@ static inline u64 ceph_sanitize_features(u64 features)
CEPH_FEATURE_CRUSH_TUNABLES2 | \
CEPH_FEATURE_REPLY_CREATE_INODE | \
CEPH_FEATURE_OSDHASHPSPOOL | \
- CEPH_FEATURE_CRUSH_V2)
+ CEPH_FEATURE_CRUSH_V2 | \
+ CEPH_FEATURE_EXPORT_PEER)
#define CEPH_FEATURES_REQUIRED_DEFAULT \
(CEPH_FEATURE_NOSRCADDR | \