]> git.itanic.dy.fi Git - linux-stable/commit
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Sep 2022 03:25:46 +0000 (05:25 +0200)
committerSteve French <stfrench@microsoft.com>
Wed, 14 Sep 2022 03:55:15 +0000 (22:55 -0500)
commit17d3df38dc5f4cec9b0ac6eb79c1859b6e2693a4
treed95a92bc4fe769821cdd9f7ffd1a338f24e2a09a
parent7500a99281dfed2d4a84771c933bcb9e17af279b
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM

This is ignored anyway by the tcp layer.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Cc: stable@vger.kernel.org
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/transport.c