diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2018-03-27 17:51:22 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2018-04-03 22:08:12 +0300 |
commit | 0b9547bf6b94317b3f8e2496dc2b44cb6e599b01 (patch) | |
tree | 80dc9cdb9b3c2505971d58a803f9305d8ac8799e /net/sunrpc/svc_xprt.c | |
parent | ece200ddd54b9ce840cfee554fb812560c545c7d (diff) | |
download | linux-0b9547bf6b94317b3f8e2496dc2b44cb6e599b01.tar.xz |
sunrpc: Re-purpose trace_svc_process
Currently, trace_svc_process has two call sites:
1. Just after a call to svc_send. svc_send already invokes
trace_svc_send with the same arguments just before returning
2. Just before a call to svc_drop. svc_drop already invokes
trace_svc_drop with the same arguments just after it is called
Therefore trace_svc_process does not provide any additional
information not already provided by these other trace points.
However, it would be useful to record the incoming RPC procedure.
So reuse trace_svc_process for this purpose.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/svc_xprt.c')
0 files changed, 0 insertions, 0 deletions