]> git.dujemihanovic.xyz Git - linux.git/commit
SUNRPC: Remove dprintk() in svc_handle_xprt()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 15 May 2023 13:32:47 +0000 (09:32 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 5 Jun 2023 13:01:42 +0000 (09:01 -0400)
commitcce4ee9c7834f68cf6a221d61d614c2748611c1c
treec4bec277dd21cbeacf15952fe5004912b1016ed3
parente8277327d74fb28bf46969ad68a225272f04c318
SUNRPC: Remove dprintk() in svc_handle_xprt()

When enabled, this dprintk() fires for every incoming RPC, which is
an enormous amount of log traffic. These days, after the first few
hundred log messages, the system journald is just going to mute it,
along with all other NFSD debug output.

Let's rely on trace points for this high-traffic information
instead.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc_xprt.c