Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188710
b: refs/heads/master
c: e2663ab
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Feb 17, 2010
1 parent 5cbc22c commit 66ad732
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 153a008bf7915ea9127341409170cb197d111282
refs/heads/master: e2663ab60de59d20fa33da3528f6d5359f8eb003
2 changes: 1 addition & 1 deletion trunk/fs/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ static void con_work(struct work_struct *work)
clear_bit(BUSY, &con->state);
dout("con->state=%lu\n", con->state);
if (test_bit(QUEUED, &con->state)) {
if (!backoff) {
if (!backoff || test_bit(OPENING, &con->state)) {
dout("con_work %p QUEUED reset, looping\n", con);
goto more;
}
Expand Down

0 comments on commit 66ad732

Please sign in to comment.