diff options
author | Steve French <stfrench@microsoft.com> | 2021-06-05 22:33:00 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-06-21 04:28:16 +0200 |
commit | f2756527d37563b98d18fe9f1fa56ada2e79f7cf (patch) | |
tree | 0c7338d088251e08f1b99042f27a49d7e0f9ec86 /fs/cifs | |
parent | cifs: fix ipv6 formating in cifs_ses_add_channel (diff) | |
download | linux-f2756527d37563b98d18fe9f1fa56ada2e79f7cf.tar.xz linux-f2756527d37563b98d18fe9f1fa56ada2e79f7cf.zip |
cifs: remove duplicated prototype
smb2_find_smb_ses was defined twice in smb2proto.h
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/smb2proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index a5f87b02cfaf..4152077e3c07 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h @@ -64,8 +64,6 @@ extern void smb2_echo_request(struct work_struct *work); extern __le32 smb2_get_lease_state(struct cifsInodeInfo *cinode); extern bool smb2_is_valid_oplock_break(char *buffer, struct TCP_Server_Info *srv); -extern struct cifs_ses *smb2_find_smb_ses(struct TCP_Server_Info *server, - __u64 ses_id); extern int smb3_handle_read_data(struct TCP_Server_Info *server, struct mid_q_entry *mid); |