Skip to content

Commit

Permalink
ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiubo Li authored and Ilya Dryomov committed Aug 2, 2022
1 parent fea013e commit 7c2e3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ceph/mds_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ enum ceph_feature_type {
CEPHFS_FEATURE_DELEG_INO, \
CEPHFS_FEATURE_METRIC_COLLECT, \
}
#define CEPHFS_FEATURES_CLIENT_REQUIRED {}

/*
* Some lock dependencies:
Expand Down

0 comments on commit 7c2e3d9

Please sign in to comment.