summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2018-06-12 08:00:59 +1000
committerSteve French <stfrench@microsoft.com>2018-06-15 02:38:08 -0500
commit40eff45b5dc7df73fc8926c9bd81bde2d4c8ccca (patch)
tree4711b3dc874dd1ae0a9e4ce40e1c5c655c5889dd /fs/cifs/cifsproto.h
parentc713c8770fa5bfbeaac088cc7b959c7a6ba79f93 (diff)
downloadlinux-stable-40eff45b5dc7df73fc8926c9bd81bde2d4c8ccca.tar.gz
linux-stable-40eff45b5dc7df73fc8926c9bd81bde2d4c8ccca.tar.bz2
linux-stable-40eff45b5dc7df73fc8926c9bd81bde2d4c8ccca.zip
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>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 4f9218281ff3..03018be17283 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -112,10 +112,6 @@ extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *,
struct kvec *, int /* nvec to send */,
int * /* type of buf returned */, const int flags,
struct kvec * /* resp vec */);
-extern int smb2_send_recv(const unsigned int xid, struct cifs_ses *pses,
- struct kvec *pkvec, int nvec_to_send,
- int *pbuftype, const int flags,
- struct kvec *presp);
extern int SendReceiveBlockingLock(const unsigned int xid,
struct cifs_tcon *ptcon,
struct smb_hdr *in_buf ,