ceph: negotiate authentication protocol; implement AUTH_NONE protocol
[deliverable/linux.git] / fs / ceph / mds_client.h
index 7c439488cfabb6b19d39108678003fd1f8c6f43c..9faa1b2f79a7c4d63738a4af870e7d5779512715 100644 (file)
@@ -100,6 +100,10 @@ struct ceph_mds_session {
 
        struct ceph_connection s_con;
 
+       struct ceph_authorizer *s_authorizer;
+       void             *s_authorizer_buf, *s_authorizer_reply_buf;
+       size_t            s_authorizer_buf_len, s_authorizer_reply_buf_len;
+
        /* protected by s_cap_lock */
        spinlock_t        s_cap_lock;
        u32               s_cap_gen;  /* inc each time we get mds stale msg */
This page took 0.025065 seconds and 5 git commands to generate.