]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
smb: minor cleanup to remove unused function declaration
authorBharath SM <bharathsm@microsoft.com>
Mon, 17 Mar 2025 10:27:25 +0000 (15:57 +0530)
committerSteve French <stfrench@microsoft.com>
Mon, 24 Mar 2025 14:45:07 +0000 (09:45 -0500)
remove cifs_writev_complete declaration from header file

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsproto.h

index 81680001944df6808a5b5652535963d56a6dc98c..39322b4931daf5eee7ca02ae242d38503a6407fb 100644 (file)
@@ -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,