Commit 4bda5f4d authored by Pali Rohár's avatar Pali Rohár Committed by Steve French
Browse files

cifs: Remove declaration of dead CIFSSMBQuerySymLink function



Function CIFSSMBQuerySymLink() was renamed to cifs_query_reparse_point() in
commit ed3e0a14 ("smb: client: implement ->query_reparse_point() for
SMB1"). Remove its dead declaration from header file too.

Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 6d08851c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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,