diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:34 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:30 -0400 |
commit | 6fc05c25ca35e65ee1759dd803f23576a268f5ec (patch) | |
tree | 048a8fa4bf1e8c0b486d8b037f0b7eaaf0b4c755 /fs/cifs/smb2proto.h | |
parent | 76ec5e33846de386f44826f145cd725b92c23630 (diff) |
CIFS: Add statfs support for SMB2
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index de554b716fdf..a73a963af8f4 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -138,5 +138,8 @@ extern int SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon, | |||
138 | extern int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, | 138 | extern int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, |
139 | const u64 persistent_fid, const u64 volatile_fid, | 139 | const u64 persistent_fid, const u64 volatile_fid, |
140 | const __u8 oplock_level); | 140 | const __u8 oplock_level); |
141 | extern int SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, | ||
142 | u64 persistent_file_id, u64 volatile_file_id, | ||
143 | struct kstatfs *FSData); | ||
141 | 144 | ||
142 | #endif /* _SMB2PROTO_H */ | 145 | #endif /* _SMB2PROTO_H */ |