Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 1/3] smb: minor cleanup to remove unused function declaration
@ 2025-03-17 10:27 Bharath SM
  2025-03-17 10:27 ` [PATCH 2/3] smb: mark the new channel addition log as informational log with cifs_info Bharath SM
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bharath SM @ 2025-03-17 10:27 UTC (permalink / raw)
  To: linux-cifs, smfrench, sprasad, pc; +Cc: Bharath SM

remove cifs_writev_complete declaration from header file

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
---
 fs/smb/client/cifsproto.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/smb/client/cifsproto.h b/fs/smb/client/cifsproto.h
index 81680001944d..39322b4931da 100644
--- a/fs/smb/client/cifsproto.h
+++ b/fs/smb/client/cifsproto.h
@@ -592,7 +592,6 @@ int cifs_async_readv(struct cifs_io_subrequest *rdata);
 int cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid);
 
 void cifs_async_writev(struct cifs_io_subrequest *wdata);
-void cifs_writev_complete(struct work_struct *work);
 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
 			  struct cifs_sb_info *cifs_sb,
 			  const unsigned char *path, char *pbuf,
-- 
2.43.0


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

end of thread, other threads:[~2025-06-17 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 10:27 [PATCH 1/3] smb: minor cleanup to remove unused function declaration Bharath SM
2025-03-17 10:27 ` [PATCH 2/3] smb: mark the new channel addition log as informational log with cifs_info Bharath SM
2025-03-17 10:27 ` [PATCH 3/3] smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels Bharath SM
2025-06-17 11:04   ` Shyam Prasad N
2025-06-17 13:19     ` Steve French
2025-03-18  4:01 ` [PATCH 1/3] smb: minor cleanup to remove unused function declaration Steve French

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