]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: remove smb2_send_recv()
authorRonnie Sahlberg <lsahlber@redhat.com>
Mon, 11 Jun 2018 22:00:59 +0000 (08:00 +1000)
committerSteve French <stfrench@microsoft.com>
Fri, 15 Jun 2018 07:38:08 +0000 (02:38 -0500)
commit88681d543f86a542c0060a6e8010c3b91f770c2c
tree4711b3dc874dd1ae0a9e4ce40e1c5c655c5889dd
parentc533019ab22f91dd7416ec24e9ebd7add7a7b261
cifs: remove smb2_send_recv()

Now that we have the plumbing to pass request without an rfc1002
header all the way down to the point we write to the socket we no
longer need the smb2_send_recv() function.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsproto.h
fs/cifs/smb2pdu.c
fs/cifs/transport.c