Message ID | 20250317102727.176918-1-bharathsm@microsoft.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] smb: minor cleanup to remove unused function declaration | expand |
merged all three patches to cifs-2.6.git for-next pending additional review/testing (added Paulo Reviewed-by) On Mon, Mar 17, 2025 at 5:27 AM Bharath SM <bharathsm.hsk@gmail.com> wrote: > > 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 >
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,
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(-)