]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:03:58 +0000 (11:03 +0200)
commit3831cfb0f616944132ac5e13e7714d85362cb935
tree4af6ab19b741851dfb2cc4938075f9dfcb7974dc
parent78210c393fd006ce3a33b7ca6250e7206808e2b5
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM

commit 100af32c8396287e72436554d78a5575212d4f6b upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/transport.c