diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 25b8392bfdd2..dae7e3709cc6 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -323,11 +323,11 @@ struct smb_version_operations { | |||
323 | int (*async_writev)(struct cifs_writedata *, | 323 | int (*async_writev)(struct cifs_writedata *, |
324 | void (*release)(struct kref *)); | 324 | void (*release)(struct kref *)); |
325 | /* sync read from the server */ | 325 | /* sync read from the server */ |
326 | int (*sync_read)(const unsigned int, struct cifsFileInfo *, | 326 | int (*sync_read)(const unsigned int, struct cifs_fid *, |
327 | struct cifs_io_parms *, unsigned int *, char **, | 327 | struct cifs_io_parms *, unsigned int *, char **, |
328 | int *); | 328 | int *); |
329 | /* sync write to the server */ | 329 | /* sync write to the server */ |
330 | int (*sync_write)(const unsigned int, struct cifsFileInfo *, | 330 | int (*sync_write)(const unsigned int, struct cifs_fid *, |
331 | struct cifs_io_parms *, unsigned int *, struct kvec *, | 331 | struct cifs_io_parms *, unsigned int *, struct kvec *, |
332 | unsigned long); | 332 | unsigned long); |
333 | /* open dir, start readdir */ | 333 | /* open dir, start readdir */ |