Deprecation. This dprintk call site has been replaced by the svc_authenticate tracepoint invoked in svc_process_common(). Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- net/sunrpc/svcauth.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/sunrpc/svcauth.c b/net/sunrpc/svcauth.c index 5a8b8e03fdd4..829eb8920ea3 100644 --- a/net/sunrpc/svcauth.c +++ b/net/sunrpc/svcauth.c @@ -23,8 +23,6 @@ #include "sunrpc.h" -#define RPCDBG_FACILITY RPCDBG_AUTH - /* * Table of authenticators @@ -68,8 +66,6 @@ svc_authenticate(struct svc_rqst *rqstp) flavor = svc_getnl(&rqstp->rq_arg.head[0]); - dprintk("svc: svc_authenticate (%d)\n", flavor); - aops = svc_get_auth_ops(flavor); if (aops == NULL) { rqstp->rq_auth_stat = rpc_autherr_badcred;