Skip to content

Commit 4bda5f4

Browse files
palismfrench
authored andcommitted
cifs: Remove declaration of dead CIFSSMBQuerySymLink function
Function CIFSSMBQuerySymLink() was renamed to cifs_query_reparse_point() in commit ed3e0a1 ("smb: client: implement ->query_reparse_point() for SMB1"). Remove its dead declaration from header file too. Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 6d08851 commit 4bda5f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fs/smb/client/cifsproto.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ extern int cifs_query_reparse_point(const unsigned int xid,
474474
const char *full_path,
475475
u32 *tag, struct kvec *rsp,
476476
int *rsp_buftype);
477-
extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
478-
__u16 fid, char **symlinkinfo,
479-
const struct nls_table *nls_codepage);
480477
extern int CIFSSMB_set_compression(const unsigned int xid,
481478
struct cifs_tcon *tcon, __u16 fid);
482479
extern int CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms,

0 commit comments

Comments
 (0)