From: Bharath SM Date: Mon, 17 Mar 2025 10:27:25 +0000 (+0530) Subject: smb: minor cleanup to remove unused function declaration X-Git-Tag: v6.15-rc1~87^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a54094b24f9f7ce5c1099426ea89cdd07685c9;p=thirdparty%2Fkernel%2Fstable.git smb: minor cleanup to remove unused function declaration remove cifs_writev_complete declaration from header file Signed-off-by: Bharath SM Reviewed-by: Paulo Alcantara (Red Hat) Signed-off-by: Steve French --- diff --git a/fs/smb/client/cifsproto.h b/fs/smb/client/cifsproto.h index 81680001944df..39322b4931daf 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,