aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-09-18 19:20:26 -0400
committerSteve French <smfrench@gmail.com>2012-09-24 22:46:26 -0400
commit0ff78a221bf7839a7f20be9929433d17e868e987 (patch)
tree6d63e90a9928b2a319848fd3403d11bdc8d24147 /fs/cifs/cifsglob.h
parentfb1214e48f735cdb68446adb77ec37aa3de60697 (diff)
CIFS: Move close code 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index e649fac7d6fe..39bf2f3e866a 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -269,6 +269,8 @@ struct smb_version_operations {
269 struct cifs_sb_info *); 269 struct cifs_sb_info *);
270 /* set fid protocol-specific info */ 270 /* set fid protocol-specific info */
271 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 271 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
272 /* close a file */
273 int (*close)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
272}; 274};
273 275
274struct smb_version_values { 276struct smb_version_values {