aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/mon_client.h')
-rw-r--r--fs/ceph/mon_client.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/ceph/mon_client.h b/fs/ceph/mon_client.h
index 2658e3e3b27c..0046deed0740 100644
--- a/fs/ceph/mon_client.h
+++ b/fs/ceph/mon_client.h
@@ -6,7 +6,6 @@
6#include <linux/rbtree.h> 6#include <linux/rbtree.h>
7 7
8#include "messenger.h" 8#include "messenger.h"
9#include "msgpool.h"
10 9
11struct ceph_client; 10struct ceph_client;
12struct ceph_mount_args; 11struct ceph_mount_args;
@@ -63,7 +62,7 @@ struct ceph_mon_client {
63 struct delayed_work delayed_work; 62 struct delayed_work delayed_work;
64 63
65 struct ceph_auth_client *auth; 64 struct ceph_auth_client *auth;
66 struct ceph_msg *m_auth, *m_auth_reply; 65 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe_ack;
67 int pending_auth; 66 int pending_auth;
68 67
69 bool hunting; 68 bool hunting;
@@ -72,9 +71,6 @@ struct ceph_mon_client {
72 struct ceph_connection *con; 71 struct ceph_connection *con;
73 bool have_fsid; 72 bool have_fsid;
74 73
75 /* msgs */
76 struct ceph_msgpool msgpool_subscribe_ack;
77
78 /* pending statfs requests */ 74 /* pending statfs requests */
79 struct rb_root statfs_request_tree; 75 struct rb_root statfs_request_tree;
80 int num_statfs_requests; 76 int num_statfs_requests;