mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
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>
This commit is contained in:
parent
fea013e020
commit
7c2e3d9194
@ -42,7 +42,6 @@ enum ceph_feature_type {
|
|||||||
CEPHFS_FEATURE_DELEG_INO, \
|
CEPHFS_FEATURE_DELEG_INO, \
|
||||||
CEPHFS_FEATURE_METRIC_COLLECT, \
|
CEPHFS_FEATURE_METRIC_COLLECT, \
|
||||||
}
|
}
|
||||||
#define CEPHFS_FEATURES_CLIENT_REQUIRED {}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some lock dependencies:
|
* Some lock dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user