]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
features: free CEPH_FEATURE_OSD_HBMSGS, not used since before hammer
authorSamuel Just <sjust@redhat.com>
Mon, 14 Mar 2016 22:32:28 +0000 (15:32 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 17 Mar 2016 01:10:12 +0000 (18:10 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/include/ceph_features.h

index 29765dc00104c92f3f24ca454a2f60da1ffd8c65..6b132ede0252ce324862183678602251225d59a8 100755 (executable)
@@ -38,7 +38,7 @@
 #define CEPH_FEATURE_CRUSH_TUNABLES2 (1ULL<<25)
 #define CEPH_FEATURE_CREATEPOOLID   (1ULL<<26)
 #define CEPH_FEATURE_REPLY_CREATE_INODE   (1ULL<<27)
-#define CEPH_FEATURE_OSD_HBMSGS     (1ULL<<28)
+// UNUSED: (1ULL<<28)
 #define CEPH_FEATURE_MDSENC         (1ULL<<29)
 #define CEPH_FEATURE_OSDHASHPSPOOL  (1ULL<<30)
 #define CEPH_FEATURE_MON_SINGLE_PAXOS (1ULL<<31)
@@ -141,7 +141,6 @@ static inline unsigned long long ceph_sanitize_features(unsigned long long f) {
         CEPH_FEATURE_CRUSH_TUNABLES2 |      \
         CEPH_FEATURE_CREATEPOOLID |         \
         CEPH_FEATURE_REPLY_CREATE_INODE |   \
-        CEPH_FEATURE_OSD_HBMSGS |              \
         CEPH_FEATURE_MDSENC |                  \
         CEPH_FEATURE_OSDHASHPSPOOL |       \
         CEPH_FEATURE_NEW_OSDOP_ENCODING |        \