diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:30 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:28 -0400 |
commit | d8e050398d23ef7c019c96200b80d73f4e5cec0c (patch) | |
tree | 3ba9c436c4c8c6850ae3e5b1e29b86842ef3dc15 /fs/cifs/smb2proto.h | |
parent | f9c6e234c3ca64b8d49336908df99948518d6261 (diff) |
CIFS: Add readpage support for SMB2
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index ec983be0ba31..97e62f3df410 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -98,6 +98,8 @@ extern int SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, | |||
98 | u64 persistent_fid, u64 volatile_fid, | 98 | u64 persistent_fid, u64 volatile_fid, |
99 | __le64 *uniqueid); | 99 | __le64 *uniqueid); |
100 | extern int smb2_async_readv(struct cifs_readdata *rdata); | 100 | extern int smb2_async_readv(struct cifs_readdata *rdata); |
101 | extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, | ||
102 | unsigned int *nbytes, char **buf, int *buf_type); | ||
101 | extern int smb2_async_writev(struct cifs_writedata *wdata); | 103 | extern int smb2_async_writev(struct cifs_writedata *wdata); |
102 | extern int SMB2_echo(struct TCP_Server_Info *server); | 104 | extern int SMB2_echo(struct TCP_Server_Info *server); |
103 | 105 | ||