diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:28 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:27 -0400 |
commit | 7a5cfb1965854132f2f382eade8c6ce2eeb6f692 (patch) | |
tree | 93f982d31fbcf23418423319be26ca77b364f83c /fs/cifs/smb2proto.h | |
parent | 1d8c4c0009deda22b436b1f0ab9f2885863717fc (diff) |
CIFS: Add SMB2 support for flush
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 624d344e1a57..51e6cd185c79 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -89,6 +89,8 @@ extern int SMB2_open(const unsigned int xid, struct cifs_tcon *tcon, | |||
89 | struct smb2_file_all_info *buf); | 89 | struct smb2_file_all_info *buf); |
90 | extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, | 90 | extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, |
91 | u64 persistent_file_id, u64 volatile_file_id); | 91 | u64 persistent_file_id, u64 volatile_file_id); |
92 | extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, | ||
93 | u64 persistent_file_id, u64 volatile_file_id); | ||
92 | extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, | 94 | extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, |
93 | u64 persistent_file_id, u64 volatile_file_id, | 95 | u64 persistent_file_id, u64 volatile_file_id, |
94 | struct smb2_file_all_info *data); | 96 | struct smb2_file_all_info *data); |