Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux
[cascardo/linux.git] / net / sunrpc / svcsock.c
index cc331b6..0c81202 100644 (file)
@@ -257,7 +257,7 @@ static int svc_sendto(struct svc_rqst *rqstp, struct xdr_buf *xdr)
 
                svc_set_cmsg_data(rqstp, cmh);
 
-               if (sock_sendmsg(sock, &msg, 0) < 0)
+               if (sock_sendmsg(sock, &msg) < 0)
                        goto out;
        }