[PATCH v1 03/14] SUNRPC: Remove dprintk call site from svc_authenticate()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux