Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188736
b: refs/heads/master
c: 1679f87
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Mar 1, 2010
1 parent dec4c42 commit 90ef2ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 080af17e9c6360c5a835528e8de3141a46273ed2
refs/heads/master: 1679f876a641d209e7b22e43ebda0693c71003cf
3 changes: 3 additions & 0 deletions trunk/fs/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ void ceph_con_close(struct ceph_connection *con)
dout("con_close %p peer %s\n", con, pr_addr(&con->peer_addr.in_addr));
set_bit(CLOSED, &con->state); /* in case there's queued work */
clear_bit(STANDBY, &con->state); /* avoid connect_seq bump */
clear_bit(LOSSYTX, &con->state); /* so we retry next connect */
clear_bit(KEEPALIVE_PENDING, &con->state);
clear_bit(WRITE_PENDING, &con->state);
mutex_lock(&con->mutex);
reset_connection(con);
cancel_delayed_work(&con->work);
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ceph/messenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ struct ceph_msg_pos {
* state with the peer. */
#define CLOSED 10 /* we've closed the connection */
#define SOCK_CLOSED 11 /* socket state changed to closed */
#define REGISTERED 12 /* connection appears in con_tree */
#define OPENING 13 /* open connection w/ (possibly new) peer */
#define DEAD 14 /* dead, about to kfree */

Expand Down

0 comments on commit 90ef2ec

Please sign in to comment.