Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 1/3] cifs: Remove declaration of dead CIFSSMBQuerySymLink function
@ 2024-12-27 17:40 Pali Rohár
  2024-12-27 17:40 ` [PATCH 2/3] cifs: Fix validation of SMB1 query reparse point response Pali Rohár
  2024-12-27 17:40 ` [PATCH 3/3] cifs: Add support for creating reparse points over SMB1 Pali Rohár
  0 siblings, 2 replies; 4+ messages in thread
From: Pali Rohár @ 2024-12-27 17:40 UTC (permalink / raw)
  To: Steve French, Paulo Alcantara; +Cc: linux-cifs, linux-kernel

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>
---
 fs/smb/client/cifsproto.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fs/smb/client/cifsproto.h b/fs/smb/client/cifsproto.h
index f0ca99e6090c..9833837c6299 100644
--- a/fs/smb/client/cifsproto.h
+++ b/fs/smb/client/cifsproto.h
@@ -477,9 +477,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,
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-01 13:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 17:40 [PATCH 1/3] cifs: Remove declaration of dead CIFSSMBQuerySymLink function Pali Rohár
2024-12-27 17:40 ` [PATCH 2/3] cifs: Fix validation of SMB1 query reparse point response Pali Rohár
2024-12-27 17:40 ` [PATCH 3/3] cifs: Add support for creating reparse points over SMB1 Pali Rohár
2025-01-01 13:14   ` Pali Rohár

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox