aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 6217df707909..a0105c547ffd 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -275,6 +275,9 @@ struct smb_version_operations {
275 /* open, rename and delete file */ 275 /* open, rename and delete file */
276 int (*rename_pending_delete)(const char *, struct dentry *, 276 int (*rename_pending_delete)(const char *, struct dentry *,
277 const unsigned int); 277 const unsigned int);
278 /* send rename request */
279 int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
280 const char *, struct cifs_sb_info *);
278 /* open a file for non-posix mounts */ 281 /* open a file for non-posix mounts */
279 int (*open)(const unsigned int, struct cifs_tcon *, const char *, int, 282 int (*open)(const unsigned int, struct cifs_tcon *, const char *, int,
280 int, int, struct cifs_fid *, __u32 *, FILE_ALL_INFO *, 283 int, int, struct cifs_fid *, __u32 *, FILE_ALL_INFO *,