]> asedeno.scripts.mit.edu Git - linux.git/commit
SUNRPC: Add xdr_stream::rqst field
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 Feb 2019 16:24:05 +0000 (11:24 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 13 Feb 2019 16:05:50 +0000 (11:05 -0500)
commit0ccc61b1c76e5163c6fea6cf83bd18e7ea244c5b
tree7c0546bb43e6a1033876a01bef1c788c7c6d0dfe
parent6f701383368d54e8d43fad2a0bac30f877899568
SUNRPC: Add xdr_stream::rqst field

Having access to the controlling rpc_rqst means a trace point in the
XDR code can report:

 - the XID
 - the task ID and client ID
 - the p_name of RPC being processed

Subsequent patches will introduce such trace points.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/callback_xdr.c
fs/nfs/flexfilelayout/flexfilelayout.c
include/linux/sunrpc/xdr.h
net/sunrpc/auth.c
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/xdr.c
net/sunrpc/xprtrdma/backchannel.c
net/sunrpc/xprtrdma/rpc_rdma.c