ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED
authorXiubo Li <xiubli@redhat.com>
Thu, 26 May 2022 06:07:21 +0000 (14:07 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 2 Aug 2022 22:54:12 +0000 (00:54 +0200)
commit7c2e3d9194f78770fdfd688d0eecfe7132f83138
tree4da1a52217771eddeeddf7e20767b3ea7cd81499
parentfea013e020e6ecc7be75bea0d61697b7e916b44d
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.

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