diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 68dc00d5fb12..313813e4c19b 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -151,7 +151,7 @@ extern int SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, | |||
151 | u64 persistent_file_id, u64 volatile_file_id, | 151 | u64 persistent_file_id, u64 volatile_file_id, |
152 | struct kstatfs *FSData); | 152 | struct kstatfs *FSData); |
153 | extern int SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, | 153 | extern int SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, |
154 | u64 persistent_file_id, u64 volatile_file_id); | 154 | u64 persistent_file_id, u64 volatile_file_id, int lvl); |
155 | extern int SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, | 155 | extern int SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, |
156 | const __u64 persist_fid, const __u64 volatile_fid, | 156 | const __u64 persist_fid, const __u64 volatile_fid, |
157 | const __u32 pid, const __u64 length, const __u64 offset, | 157 | const __u32 pid, const __u64 length, const __u64 offset, |