NFSD: Update nfsd_cb_args tracepoint
[ Upstream commit d6cbe98ff32aef795462a309ef048cfb89d1a11d ] Clean-up: Re-order the display of IP address and client ID to be consistent with other _cb_ tracepoints. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
21a57c2f16
commit
4f3aff65b1
1 changed files with 3 additions and 3 deletions
|
@ -857,9 +857,9 @@ TRACE_EVENT(nfsd_cb_args,
|
|||
memcpy(__entry->addr, &conn->cb_addr,
|
||||
sizeof(struct sockaddr_in6));
|
||||
),
|
||||
TP_printk("client %08x:%08x callback addr=%pISpc prog=%u ident=%u",
|
||||
__entry->cl_boot, __entry->cl_id,
|
||||
__entry->addr, __entry->prog, __entry->ident)
|
||||
TP_printk("addr=%pISpc client %08x:%08x prog=%u ident=%u",
|
||||
__entry->addr, __entry->cl_boot, __entry->cl_id,
|
||||
__entry->prog, __entry->ident)
|
||||
);
|
||||
|
||||
TRACE_EVENT(nfsd_cb_nodelegs,
|
||||
|
|
Loading…
Add table
Reference in a new issue