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)
commit40eff45b5dc7df73fc8926c9bd81bde2d4c8ccca
tree4711b3dc874dd1ae0a9e4ce40e1c5c655c5889dd
parentc713c8770fa5bfbeaac088cc7b959c7a6ba79f93
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