Loading include/linux/ceph/messenger.h +0 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ struct ceph_msg; struct ceph_connection; extern struct workqueue_struct *ceph_msgr_wq; /* receive work queue */ /* * Ceph defines these callbacks for handling connection events. */ Loading net/ceph/messenger.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ static void encode_my_addr(struct ceph_messenger *msgr) /* * work queue for all reading and writing to/from the socket. */ struct workqueue_struct *ceph_msgr_wq; static struct workqueue_struct *ceph_msgr_wq; int ceph_msgr_init(void) { Loading Loading
include/linux/ceph/messenger.h +0 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ struct ceph_msg; struct ceph_connection; extern struct workqueue_struct *ceph_msgr_wq; /* receive work queue */ /* * Ceph defines these callbacks for handling connection events. */ Loading
net/ceph/messenger.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ static void encode_my_addr(struct ceph_messenger *msgr) /* * work queue for all reading and writing to/from the socket. */ struct workqueue_struct *ceph_msgr_wq; static struct workqueue_struct *ceph_msgr_wq; int ceph_msgr_init(void) { Loading