diff options
-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 d0ccd2fd79eb..efbe7af42002 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c | |||
@@ -664,7 +664,7 @@ static void process_sctp_notification(struct connection *con, | |||
664 | 664 | ||
665 | /* Send any pending writes */ | 665 | /* Send any pending writes */ |
666 | clear_bit(CF_CONNECT_PENDING, &new_con->flags); | 666 | clear_bit(CF_CONNECT_PENDING, &new_con->flags); |
667 | clear_bit(CF_INIT_PENDING, &con->flags); | 667 | clear_bit(CF_INIT_PENDING, &new_con->flags); |
668 | if (!test_and_set_bit(CF_WRITE_PENDING, &new_con->flags)) { | 668 | if (!test_and_set_bit(CF_WRITE_PENDING, &new_con->flags)) { |
669 | queue_work(send_workqueue, &new_con->swork); | 669 | queue_work(send_workqueue, &new_con->swork); |
670 | } | 670 | } |