OSDN Git Service

libceph: remove unused monc->have_fsid
[uclinux-h8/linux.git] / include / linux / ceph / mon_client.h
index 545f859..1dc508a 100644 (file)
@@ -70,8 +70,7 @@ struct ceph_mon_client {
        bool hunting;
        int cur_mon;                       /* last monitor i contacted */
        unsigned long sub_sent, sub_renew_after;
-       struct ceph_connection *con;
-       bool have_fsid;
+       struct ceph_connection con;
 
        /* pending generic requests */
        struct rb_root generic_request_tree;