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.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 {