diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:29 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:28 -0400 |
commit | 33319141252fd14b58cf13685156c23dcaac2527 (patch) | |
tree | eebda8dab0fd4e759f58111f7a3d2fcef3e90b7f /fs/cifs/smb2proto.h | |
parent | c9de5c80d536e556568ccd45b9599870d4993b7d (diff) |
CIFS: Add SMB2 support for cifs_iovec_write
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index f442e4699974..ec983be0ba31 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -98,6 +98,7 @@ 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_async_writev(struct cifs_writedata *wdata); | ||
101 | extern int SMB2_echo(struct TCP_Server_Info *server); | 102 | extern int SMB2_echo(struct TCP_Server_Info *server); |
102 | 103 | ||
103 | #endif /* _SMB2PROTO_H */ | 104 | #endif /* _SMB2PROTO_H */ |