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
commit8ceb984379462f94bdebef3288d569c6e1f912ea (patch)
tree6aa83326bf1b54ba9e464b886c0749349506033c /fs/cifs/cifsglob.h
parent3c1bf7e48e9e463b65b1b90da4500a93dd2b27a7 (diff)
CIFS: Move rename 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.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 *,