]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
ceph: enable the octopus feature bit in the client
authorJeff Layton <jlayton@kernel.org>
Fri, 3 Jan 2020 11:02:03 +0000 (06:02 -0500)
committerJeff Layton <jlayton@kernel.org>
Fri, 10 Jan 2020 16:54:25 +0000 (11:54 -0500)
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/mds_client.h

index e0b36be7c44f04b242575f812b3e40c6c4dd792f..49e6cd5a07a2220a4ae205e12ceceaf1cadda4d8 100644 (file)
@@ -39,8 +39,7 @@ enum ceph_feature_type {
        CEPHFS_FEATURE_REPLY_ENCODING,          \
        CEPHFS_FEATURE_LAZY_CAP_WANTED,         \
        CEPHFS_FEATURE_MULTI_RECONNECT,         \
-                                               \
-       CEPHFS_FEATURE_MAX,                     \
+       CEPHFS_FEATURE_OCTOPUS,                 \
 }
 #define CEPHFS_FEATURES_CLIENT_REQUIRED {}