added to cifs-2.6.git for-next since it is important as it fixes a regression affecting cifs.ko On Thu, Sep 19, 2024 at 11:01 AM Paulo Alcantara <pc@xxxxxxxxxxxxx> wrote: > > David Howells <dhowells@xxxxxxxxxx> writes: > > > Make the write RPC tracepoints use the same trace macro complexes as the > > read tracepoints and display the netfs request and subrequest IDs where > > available (see commit 519be989717c "cifs: Add a tracepoint to track credits > > involved in R/W requests"). > > > > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > > cc: Steve French <stfrench@xxxxxxxxxxxxx> > > cc: Paulo Alcantara (Red Hat) <pc@xxxxxxxxxxxxx> > > cc: Jeff Layton <jlayton@xxxxxxxxxx> > > cc: linux-cifs@xxxxxxxxxxxxxxx > > cc: netfs@xxxxxxxxxxxxxxx > > cc: linux-fsdevel@xxxxxxxxxxxxxxx > > --- > > fs/smb/client/smb2pdu.c | 22 +++++++++++++++------- > > fs/smb/client/trace.h | 6 +++--- > > 2 files changed, 18 insertions(+), 10 deletions(-) > > Reviewed-by: Paulo Alcantara (Red Hat) <pc@xxxxxxxxxxxxx> > -- Thanks, Steve