ceph: drop unnecessary msgpool for mon_client subscribe_ack
[safe/jmp/linux-2.6] / fs / ceph / mon_client.h
index 2658e3e..0046dee 100644 (file)
@@ -6,7 +6,6 @@
 #include <linux/rbtree.h>
 
 #include "messenger.h"
-#include "msgpool.h"
 
 struct ceph_client;
 struct ceph_mount_args;
@@ -63,7 +62,7 @@ struct ceph_mon_client {
        struct delayed_work delayed_work;
 
        struct ceph_auth_client *auth;
-       struct ceph_msg *m_auth, *m_auth_reply;
+       struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe_ack;
        int pending_auth;
 
        bool hunting;
@@ -72,9 +71,6 @@ struct ceph_mon_client {
        struct ceph_connection *con;
        bool have_fsid;
 
-       /* msgs */
-       struct ceph_msgpool msgpool_subscribe_ack;
-
        /* pending statfs requests */
        struct rb_root statfs_request_tree;
        int num_statfs_requests;