diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 500ecb921b85..abb831019039 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -274,6 +274,8 @@ struct smb_version_operations { | |||
274 | void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); | 274 | void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); |
275 | /* close a file */ | 275 | /* close a file */ |
276 | int (*close)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); | 276 | int (*close)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); |
277 | /* send a flush request to the server */ | ||
278 | int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); | ||
277 | }; | 279 | }; |
278 | 280 | ||
279 | struct smb_version_values { | 281 | struct smb_version_values { |