diff options
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/lowcomms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 1536599fde8c..87e68dd01479 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c | |||
@@ -562,7 +562,7 @@ static void sctp_send_shutdown(sctp_assoc_t associd) | |||
562 | static void sctp_init_failed_foreach(struct connection *con) | 562 | static void sctp_init_failed_foreach(struct connection *con) |
563 | { | 563 | { |
564 | con->sctp_assoc = 0; | 564 | con->sctp_assoc = 0; |
565 | if (test_and_clear_bit(CF_CONNECT_PENDING, &con->flags)) { | 565 | if (test_and_clear_bit(CF_INIT_PENDING, &con->flags)) { |
566 | if (!test_and_set_bit(CF_WRITE_PENDING, &con->flags)) | 566 | if (!test_and_set_bit(CF_WRITE_PENDING, &con->flags)) |
567 | queue_work(send_workqueue, &con->swork); | 567 | queue_work(send_workqueue, &con->swork); |
568 | } | 568 | } |