]> git.baikalelectronics.ru Git - kernel.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)
commitf9b9c4772e8e75cbcabef5c3cfe90434779f2e4e
tree9866a97e061ab69988980bfaf6c91ad00a8d3478
parentf59c5ce0fc241fa5cf9bce7bb6efe5990a306e48
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