diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2020-10-26 17:05:44 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-12-14 23:21:50 +0100 |
commit | c1c0ce78f479cf4d7dfe72c4c1cabbf0bc0730c9 (patch) | |
tree | 323aecf7ec900d4cb0243f106eb021d95fd9875b /include/linux/ceph/auth.h | |
parent | 59711f9ec219bf5245a8e95989803fb503adc52d (diff) |
libceph: drop ac->ops->name field
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph/auth.h')
-rw-r--r-- | include/linux/ceph/auth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ceph/auth.h b/include/linux/ceph/auth.h index d9e7d0bcdaf1..5f64f66309fa 100644 --- a/include/linux/ceph/auth.h +++ b/include/linux/ceph/auth.h @@ -32,8 +32,6 @@ struct ceph_auth_handshake { }; struct ceph_auth_client_ops { - const char *name; - /* * true if we are authenticated and can connect to * services. |