aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-09-18 19:20:30 -0400
committerSteve French <smfrench@gmail.com>2012-09-24 22:46:28 -0400
commitba9ad7257ae50b8aa72a3f44da839830e065363c (patch)
tree95d7aafe1a24ef0d046bee15833854bd397882b9 /fs/cifs/cifsglob.h
parentd8e050398d23ef7c019c96200b80d73f4e5cec0c (diff)
CIFS: Move writepage to ops struct
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 5b1751d81901..48c7c83a7a99 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -291,6 +291,10 @@ struct smb_version_operations {
291 int (*sync_read)(const unsigned int, struct cifsFileInfo *, 291 int (*sync_read)(const unsigned int, struct cifsFileInfo *,
292 struct cifs_io_parms *, unsigned int *, char **, 292 struct cifs_io_parms *, unsigned int *, char **,
293 int *); 293 int *);
294 /* sync write to the server */
295 int (*sync_write)(const unsigned int, struct cifsFileInfo *,
296 struct cifs_io_parms *, unsigned int *, struct kvec *,
297 unsigned long);
294}; 298};
295 299
296struct smb_version_values { 300struct smb_version_values {