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 7bcea7c5addb..867f93d0417e 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c | |||
@@ -548,7 +548,7 @@ static int receive_from_sock(void) | |||
548 | } | 548 | } |
549 | len = iov[0].iov_len + iov[1].iov_len; | 549 | len = iov[0].iov_len + iov[1].iov_len; |
550 | 550 | ||
551 | r = ret = kernel_recvmsg(sctp_con.sock, &msg, iov, 1, len, | 551 | r = ret = kernel_recvmsg(sctp_con.sock, &msg, iov, msg.msg_iovlen, len, |
552 | MSG_NOSIGNAL | MSG_DONTWAIT); | 552 | MSG_NOSIGNAL | MSG_DONTWAIT); |
553 | if (ret <= 0) | 553 | if (ret <= 0) |
554 | goto out_close; | 554 | goto out_close; |