]> git.baikalelectronics.ru Git - kernel.git/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)
commitd5f72da7d5c399073a35a7bd5a87f27dfe535057
treed95a92bc4fe769821cdd9f7ffd1a338f24e2a09a
parentf4b458f84f9f55969484e393f7e9f366d11f52e0
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