aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/auth_none.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph/auth_none.h')
-rw-r--r--net/ceph/auth_none.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ceph/auth_none.h b/net/ceph/auth_none.h
index 059a3ce4b53f..62021535ae4a 100644
--- a/net/ceph/auth_none.h
+++ b/net/ceph/auth_none.h
@@ -12,6 +12,7 @@
*/
struct ceph_none_authorizer {
+ struct ceph_authorizer base;
char buf[128];
int buf_len;
char reply_buf[0];
@@ -19,8 +20,6 @@ struct ceph_none_authorizer {
struct ceph_auth_none_info {
bool starting;
- bool built_authorizer;
- struct ceph_none_authorizer au; /* we only need one; it's static */
};
int ceph_auth_none_init(struct ceph_auth_client *ac);