Whopps - I replied to wrong email, sorry. I meant patch 1/2 [1]. [1] https://lore.kernel.org/linux-cifs/20221116031136.3967579-2-zhangxiaoxu5@xxxxxxxxxx/ On 1 September 2023 13:25:10 GMT-03:00, Steve French <smfrench@xxxxxxxxx> wrote: >That patch was already been merged last year > >commit d0dc41119905f740e8d5594adce277f7c0de8c92 >Author: Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> >Date: Wed Nov 16 11:11:36 2022 +0800 > > cifs: Move the in_send statistic to __smb_send_rqst() > > When send SMB_COM_NT_CANCEL and RFC1002_SESSION_REQUEST, the > in_send statistic was lost. > > Let's move the in_send statistic to the send function to avoid > this scenario. > > Fixes: 7ee1af765dfa ("[CIFS]") > Signed-off-by: Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> > Signed-off-by: Steve French <stfrench@xxxxxxxxxxxxx> > >On Fri, Sep 1, 2023 at 10:25 AM Paulo Alcantara <pc@xxxxxxxxxxxxx> wrote: >> >> Hi Steve, >> >> Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> writes: >> >> > When send SMB_COM_NT_CANCEL and RFC1002_SESSION_REQUEST, the >> > in_send statistic was lost. >> > >> > Let's move the in_send statistic to the send function to avoid >> > this scenario. >> > >> > Fixes: 7ee1af765dfa ("[CIFS]") >> > Signed-off-by: Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> >> > --- >> > fs/cifs/transport.c | 21 +++++++++------------ >> > 1 file changed, 9 insertions(+), 12 deletions(-) >> >> Could you please pick this up? >> >> Thanks. > > >