Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320293
b: refs/heads/master
c: d65c9e0
h: refs/heads/master
i:
  320291: 184808f
v: v3
  • Loading branch information
Alex Elder authored and Sage Weil committed Jul 6, 2012
1 parent 9715e4f commit 15fcfb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 188048bce311ee41e5178bc3255415d0eae28423
refs/heads/master: d65c9e0b9eb43d14ece9dd843506ccba06162ee7
4 changes: 2 additions & 2 deletions trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ static void ceph_sock_state_change(struct sock *sk)
case TCP_CLOSE_WAIT:
dout("%s TCP_CLOSE_WAIT\n", __func__);
con_sock_state_closing(con);
if (!test_and_set_bit(SOCK_CLOSED, &con->flags))
queue_con(con);
set_bit(SOCK_CLOSED, &con->flags);
queue_con(con);
break;
case TCP_ESTABLISHED:
dout("%s TCP_ESTABLISHED\n", __func__);
Expand Down

0 comments on commit 15fcfb6

Please sign in to comment.