aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-09-18 19:20:27 -0400
committerSteve French <smfrench@gmail.com>2012-09-24 22:46:27 -0400
commit1d8c4c0009deda22b436b1f0ab9f2885863717fc (patch)
tree3bcc2e8df2ed96be3681854e7d86bdaa2e95be5a /fs/cifs/cifsglob.h
parent2ae78ba85cd7b4c3a164434ab1f6c9e515c6fa1d (diff)
CIFS: Make flush code use 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 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
279struct smb_version_values { 281struct smb_version_values {