summaryrefslogtreecommitdiff
path: root/net/ceph
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2020-10-26 19:05:44 +0300
committerIlya Dryomov <idryomov@gmail.com>2020-12-15 01:21:50 +0300
commitc1c0ce78f479cf4d7dfe72c4c1cabbf0bc0730c9 (patch)
tree323aecf7ec900d4cb0243f106eb021d95fd9875b /net/ceph
parent59711f9ec219bf5245a8e95989803fb503adc52d (diff)
downloadlinux-c1c0ce78f479cf4d7dfe72c4c1cabbf0bc0730c9.tar.xz
libceph: drop ac->ops->name field
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/auth_none.c1
-rw-r--r--net/ceph/auth_x.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/ceph/auth_none.c b/net/ceph/auth_none.c
index af8ae507e861..70e86e462250 100644
--- a/net/ceph/auth_none.c
+++ b/net/ceph/auth_none.c
@@ -118,7 +118,6 @@ static int ceph_auth_none_create_authorizer(
}
static const struct ceph_auth_client_ops ceph_auth_none_ops = {
- .name = "none",
.reset = reset,
.destroy = destroy,
.is_authenticated = is_authenticated,
diff --git a/net/ceph/auth_x.c b/net/ceph/auth_x.c
index a265792642dc..9815cfe42af0 100644
--- a/net/ceph/auth_x.c
+++ b/net/ceph/auth_x.c
@@ -1058,7 +1058,6 @@ static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth,
}
static const struct ceph_auth_client_ops ceph_x_ops = {
- .name = "x",
.is_authenticated = ceph_x_is_authenticated,
.should_authenticate = ceph_x_should_authenticate,
.build_request = ceph_x_build_request,