Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320369
b: refs/heads/master
c: 43c7427
h: refs/heads/master
i:
  320367: 82cd70a
v: v3
  • Loading branch information
Sage Weil committed Jul 31, 2012
1 parent 6495d4c commit 7c2b57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a8616920860920abaa51193146fe36b38ef09aa
refs/heads/master: 43c7427d100769451601b8a36988ac0528ce0124
2 changes: 2 additions & 0 deletions trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ void ceph_con_close(struct ceph_connection *con)
clear_bit(CON_FLAG_LOSSYTX, &con->flags); /* so we retry next connect */
clear_bit(CON_FLAG_KEEPALIVE_PENDING, &con->flags);
clear_bit(CON_FLAG_WRITE_PENDING, &con->flags);
clear_bit(CON_FLAG_KEEPALIVE_PENDING, &con->flags);
clear_bit(CON_FLAG_BACKOFF, &con->flags);

reset_connection(con);
con->peer_global_seq = 0;
Expand Down

0 comments on commit 7c2b57e

Please sign in to comment.