]> 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)
commita8432f43351420d976baf173225704e33977e885
tree4711b3dc874dd1ae0a9e4ce40e1c5c655c5889dd
parent8478f31ebeb269c897c7595ac497c2a2ba2cf432
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