]> Git Repo - linux.git/commit
SUNRPC: Move the svc_xdr_recvfrom() tracepoint
authorChuck Lever <[email protected]>
Fri, 24 Jul 2020 18:39:00 +0000 (14:39 -0400)
committerChuck Lever <[email protected]>
Mon, 30 Nov 2020 18:00:24 +0000 (13:00 -0500)
commit156708adf2d9b8e5227bcb370811dbfd471371d9
treeb82437c4ed62dabba213cdb7cf7e8588135fcd78
parent71fd721839a74d945c242299f6be29a246fc2131
SUNRPC: Move the svc_xdr_recvfrom() tracepoint

Commit c509f15a5801 ("SUNRPC: Split the xdr_buf event class") added
display of the rqst's XID to the svc_xdr_buf_class. However, when
the recvfrom tracepoint fires, rq_xid has yet to be filled in with
the current XID. So it ends up recording the previous XID that was
handled by that svc_rqst.

Signed-off-by: Chuck Lever <[email protected]>
include/trace/events/sunrpc.h
net/sunrpc/svc_xprt.c
This page took 0.054684 seconds and 4 git commands to generate.