diff options
author | 2024-12-25 18:04:55 +0100 | |
---|---|---|
committer | 2025-01-19 19:52:09 -0600 | |
commit | 4bda5f4de03883913e9d0a4ce9a495aa918051ac (patch) | |
tree | dd6f7700fe2058fa1a091518c6fb3b4e668cc410 | |
parent | cifs: Fix printing Status code into dmesg (diff) | |
download | wireguard-linux-4bda5f4de03883913e9d0a4ce9a495aa918051ac.tar.xz wireguard-linux-4bda5f4de03883913e9d0a4ce9a495aa918051ac.zip |
cifs: Remove declaration of dead CIFSSMBQuerySymLink function
Function CIFSSMBQuerySymLink() was renamed to cifs_query_reparse_point() in
commit ed3e0a149b58 ("smb: client: implement ->query_reparse_point() for
SMB1"). Remove its dead declaration from header file too.
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r-- | fs/smb/client/cifsproto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/smb/client/cifsproto.h b/fs/smb/client/cifsproto.h index c6c6acb9e206..223e5e231f42 100644 --- a/fs/smb/client/cifsproto.h +++ b/fs/smb/client/cifsproto.h @@ -474,9 +474,6 @@ extern int cifs_query_reparse_point(const unsigned int xid, const char *full_path, u32 *tag, struct kvec *rsp, int *rsp_buftype); -extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon, - __u16 fid, char **symlinkinfo, - const struct nls_table *nls_codepage); extern int CIFSSMB_set_compression(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid); extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, |