]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED
authorXiubo Li <xiubli@redhat.com>
Thu, 26 May 2022 06:07:21 +0000 (14:07 +0800)
committerJeff Layton <jlayton@kernel.org>
Tue, 31 May 2022 14:44:35 +0000 (10:44 -0400)
commit7863af2eb14ec7591be5b410edbd0b2468d20f1e
tree61134eabc6a23194a3179138614117e8bd165091
parenta6fffc8db39689a5c06a86aa27899e5fd87a5ec0
ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED

This macro was added but never be used. And check the ceph code
there has another CEPHFS_FEATURES_MDS_REQUIRED but always be empty.

We should clean up all this related code, which make no sense but
introducing confusion.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Luís Henriques <lhenriques@suse.de>
Signed-off-by: Xiubo Li <xiubli@redhat.com>
fs/ceph/mds_client.h