From 7dcba10e67eed2a21d44e500c2efce7301e676c7 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 3 Jan 2020 06:02:03 -0500 Subject: [PATCH] ceph: enable the octopus feature bit in the client Signed-off-by: Jeff Layton --- fs/ceph/mds_client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {} -- 2.47.3