CIFS: Add writepage support for SMB2
[deliverable/linux.git] / fs / cifs / smb2proto.h
index 97e62f3df410d5af9f95a3b0fac7de10c2a25e9a..192d0c7d91ebd1a66adbbe6e08d2f74f854fb6c9 100644 (file)
@@ -101,6 +101,8 @@ extern int smb2_async_readv(struct cifs_readdata *rdata);
 extern int SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
                     unsigned int *nbytes, char **buf, int *buf_type);
 extern int smb2_async_writev(struct cifs_writedata *wdata);
+extern int SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms,
+                     unsigned int *nbytes, struct kvec *iov, int n_vec);
 extern int SMB2_echo(struct TCP_Server_Info *server);
 
 #endif                 /* _SMB2PROTO_H */
This page took 0.025967 seconds and 5 git commands to generate.