diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-11-13 10:36:04 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-03-28 21:05:32 +0300 |
commit | 3ab3f2a1fee45f5788ddccd8b3ece6f74ae905bd (patch) | |
tree | 62f186796729f2ead6c64734ad705c85987d850a /fs/cifs/cifsproto.h | |
parent | 16c568efff82e4a6a75d2bd86576e648fad8a7fe (diff) | |
download | linux-3ab3f2a1fee45f5788ddccd8b3ece6f74ae905bd.tar.xz |
cifs: quit playing games with draining iovecs
... and use ITER_BVEC for the page part of request to send
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index d9b4f444fdf9..7d5f53a01922 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -37,8 +37,6 @@ extern void cifs_buf_release(void *); extern struct smb_hdr *cifs_small_buf_get(void); extern void cifs_small_buf_release(void *); extern void free_rsp_buf(int, void *); -extern void cifs_rqst_page_to_kvec(struct smb_rqst *rqst, unsigned int idx, - struct kvec *iov); extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *, unsigned int /* length */); extern unsigned int _get_xid(void); |