From: Jeff Layton Date: Fri, 3 Jan 2020 11:02:03 +0000 (-0500) Subject: ceph: enable the octopus feature bit in the client X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7dcba10e67eed2a21d44e500c2efce7301e676c7;p=ceph-client.git ceph: enable the octopus feature bit in the client Signed-off-by: Jeff Layton --- diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index e0b36be7c44f..49e6cd5a07a2 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -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 {}