OSDN Git Service

SUNRPC: Clean up call_bind_status() observability
authorChuck Lever <chuck.lever@oracle.com>
Wed, 8 Jul 2020 20:10:14 +0000 (16:10 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 21 Sep 2020 14:21:09 +0000 (10:21 -0400)
commit42ebfc2cbf22df0abf2a17414db256d1db87c154
tree16d399dcfa3fdf4ba43d4a0c5f7cd5b179cddce4
parentfd66e2a79d96efcbea78e0dc33797e25fe353a71
SUNRPC: Clean up call_bind_status() observability

Time to remove dprintk call sites in here.

Regarding the rpc_bind_status tracepoint: It's friendlier to
administrators if they don't have to look up the error code to
figure out what went wrong. Replace trace_rpc_bind_status with a
set of tracepoints that report more specifically what the problem
was, and what RPC program/version was being queried.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/trace/events/sunrpc.h
net/sunrpc/clnt.c