diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 0d29db222a5a..d18339fcc8a2 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -82,6 +82,7 @@ extern int smb2_open_file(const unsigned int xid, struct cifs_tcon *tcon, | |||
82 | int desired_access, int create_options, | 82 | int desired_access, int create_options, |
83 | struct cifs_fid *fid, __u32 *oplock, | 83 | struct cifs_fid *fid, __u32 *oplock, |
84 | FILE_ALL_INFO *buf, struct cifs_sb_info *cifs_sb); | 84 | FILE_ALL_INFO *buf, struct cifs_sb_info *cifs_sb); |
85 | extern void smb2_set_oplock_level(struct cifsInodeInfo *cinode, __u32 oplock); | ||
85 | 86 | ||
86 | /* | 87 | /* |
87 | * SMB2 Worker functions - most of protocol specific implementation details | 88 | * SMB2 Worker functions - most of protocol specific implementation details |
@@ -99,7 +100,7 @@ extern int SMB2_open(const unsigned int xid, struct cifs_tcon *tcon, | |||
99 | __le16 *path, u64 *persistent_fid, u64 *volatile_fid, | 100 | __le16 *path, u64 *persistent_fid, u64 *volatile_fid, |
100 | __u32 desired_access, __u32 create_disposition, | 101 | __u32 desired_access, __u32 create_disposition, |
101 | __u32 file_attributes, __u32 create_options, | 102 | __u32 file_attributes, __u32 create_options, |
102 | struct smb2_file_all_info *buf); | 103 | __u8 *oplock, struct smb2_file_all_info *buf); |
103 | extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, | 104 | extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, |
104 | u64 persistent_file_id, u64 volatile_file_id); | 105 | u64 persistent_file_id, u64 volatile_file_id); |
105 | extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, | 106 | extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, |