aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r--fs/ceph/mds_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index 7c439488cfab..9faa1b2f79a7 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -100,6 +100,10 @@ struct ceph_mds_session {
100 100
101 struct ceph_connection s_con; 101 struct ceph_connection s_con;
102 102
103 struct ceph_authorizer *s_authorizer;
104 void *s_authorizer_buf, *s_authorizer_reply_buf;
105 size_t s_authorizer_buf_len, s_authorizer_reply_buf_len;
106
103 /* protected by s_cap_lock */ 107 /* protected by s_cap_lock */
104 spinlock_t s_cap_lock; 108 spinlock_t s_cap_lock;
105 u32 s_cap_gen; /* inc each time we get mds stale msg */ 109 u32 s_cap_gen; /* inc each time we get mds stale msg */