Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296512
b: refs/heads/master
c: e0f43c9
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder committed Mar 22, 2012
1 parent 1cc88f7 commit ffee4d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 859eb7994876f26fd9f52d9589fbcab8e2fe8069
refs/heads/master: e0f43c9419c1900e5b50de4261e9686a45a0a2b8
2 changes: 0 additions & 2 deletions trunk/include/linux/ceph/messenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ffee4d4

Please sign in to comment.