]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cifs: Make smb1's SendReceive() wrap cifs_send_recv()
authorDavid Howells <dhowells@redhat.com>
Tue, 5 Aug 2025 12:58:43 +0000 (13:58 +0100)
committerSteve French <stfrench@microsoft.com>
Fri, 5 Dec 2025 23:09:47 +0000 (17:09 -0600)
commit6be09580df5cf87e601c1ec56b9a0c891d3a0bc8
tree51a76f44c4581bbfb18604e42d31bdd9b136ddbd
parent83bfbd0bb9025f98fa62b44f93bd67466773d1db
cifs: Make smb1's SendReceive() wrap cifs_send_recv()

Make the smb1 transport's SendReceive() simply wrap cifs_send_recv() as
does SendReceive2().  This will then allow that to pick up the transport
changes there.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
cc: Shyam Prasad N <sprasad@microsoft.com>
cc: Tom Talpey <tom@talpey.com>
cc: linux-cifs@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifstransport.c