Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377714
b: refs/heads/master
c: b390ca3
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and David Teigland committed Jun 14, 2013
1 parent 26f3d80 commit 094d389
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: e1631d0c48ca5ba9878f5923ffe58ef6fd2d5fda
refs/heads/master: b390ca38d27bd3d2f409e64a6f13d6ff67eb4825
2 changes: 1 addition & 1 deletion trunk/fs/dlm/lowcomms.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static void sctp_send_shutdown(sctp_assoc_t associd)
static void sctp_init_failed_foreach(struct connection *con)
{
con->sctp_assoc = 0;
if (test_and_clear_bit(CF_CONNECT_PENDING, &con->flags)) {
if (test_and_clear_bit(CF_INIT_PENDING, &con->flags)) {
if (!test_and_set_bit(CF_WRITE_PENDING, &con->flags))
queue_work(send_workqueue, &con->swork);
}
Expand Down

0 comments on commit 094d389

Please sign in to comment.