diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-06-01 14:26:18 +0400 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-24 21:55:12 +0400 |
commit | 45740847e2362f36410e8118ac685876be473039 (patch) | |
tree | d0cb8a64d50b7a5a945a02b03a5c4ff385ce4b73 /fs/cifs/cifsproto.h | |
parent | 25e266320caca88a4463385b6f4ef696111d2c9a (diff) | |
download | linux-3.10-45740847e2362f36410e8118ac685876be473039.tar.gz linux-3.10-45740847e2362f36410e8118ac685876be473039.tar.bz2 linux-3.10-45740847e2362f36410e8118ac685876be473039.zip |
CIFS: Setup async request in ops struct
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 334b867a81f..cf7fb185103 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -78,6 +78,8 @@ extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, char *in_buf, int flags); extern int cifs_setup_request(struct cifs_ses *, struct kvec *, unsigned int, struct mid_q_entry **); +extern int cifs_setup_async_request(struct TCP_Server_Info *, struct kvec *, + unsigned int, struct mid_q_entry **); extern int cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, bool log_error); extern int SendReceive2(const unsigned int /* xid */ , struct cifs_ses *, |