]> asedeno.scripts.mit.edu Git - linux.git/commit
SUNRPC: Remove some dprintk() call sites from auth functions
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 Feb 2019 16:24:32 +0000 (11:24 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 13 Feb 2019 17:12:59 +0000 (12:12 -0500)
commit80125d4ae70aff049b170dd21ea5d007694d629a
tree9866a97e061ab69988980bfaf6c91ad00a8d3478
parentf23f658404229278af49284871518174ebbe3580
SUNRPC: Remove some dprintk() call sites from auth functions

Clean up: Reduce dprintk noise by removing dprintk() call sites
from hot path that do not report exceptions. These are usually
replaceable with function graph tracing.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/auth.c
net/sunrpc/auth_unix.c