All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Lever <chuck.lever@oracle.com>
To: bfields@redhat.com
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH v1 02/14] SUNRPC: Remove dprintk call sites from svcauth_unix.c
Date: Sat, 16 Oct 2021 18:46:31 -0400	[thread overview]
Message-ID: <163442439122.1001.10617673230038475043.stgit@bazille.1015granger.net> (raw)
In-Reply-To: <163442364683.1001.4500967510037013459.stgit@bazille.1015granger.net>

Deprecation. Remove low-value dprintk call sites.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 net/sunrpc/svcauth_unix.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c
index d7ed7d49115a..225845035e0e 100644
--- a/net/sunrpc/svcauth_unix.c
+++ b/net/sunrpc/svcauth_unix.c
@@ -17,8 +17,6 @@
 #include <net/ipv6.h>
 #include <linux/kernel.h>
 #include <linux/user_namespace.h>
-#define RPCDBG_FACILITY	RPCDBG_AUTH
-
 
 #include "netns.h"
 
@@ -739,12 +737,10 @@ svcauth_null_accept(struct svc_rqst *rqstp)
 		return SVC_GARBAGE;
 
 	if (svc_getu32(argv) != 0) {
-		dprintk("svc: bad null cred\n");
 		rqstp->rq_auth_stat = rpc_autherr_badcred;
 		return SVC_DENIED;
 	}
 	if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) {
-		dprintk("svc: bad null verf\n");
 		rqstp->rq_auth_stat = rpc_autherr_badverf;
 		return SVC_DENIED;
 	}


  parent reply	other threads:[~2021-10-16 22:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16 22:46 [PATCH v1 00/14] Some RPC server dprintk clean up Chuck Lever
2021-10-16 22:46 ` [PATCH v1 01/14] SUNRPC: Update the show_svc_xprt_flags() macro Chuck Lever
2021-10-16 22:46 ` Chuck Lever [this message]
2021-10-16 22:46 ` [PATCH v1 03/14] SUNRPC: Remove dprintk call site from svc_authenticate() Chuck Lever
2021-10-16 22:46 ` [PATCH v1 04/14] SUNRPC: Clean up svc_destroy() Chuck Lever
2021-10-16 22:46 ` [PATCH v1 05/14] SUNRPC: Remove dprintk call site from __svc_create() Chuck Lever
2021-10-16 22:46 ` [PATCH v1 06/14] SUNRPC: Remove dprintk call site from bc_svc_process() Chuck Lever
2021-10-16 22:47 ` [PATCH v1 07/14] SUNRPC: Remove redundant dprintk call sites from svc_process_common() Chuck Lever
2021-10-16 22:47 ` [PATCH v1 08/14] SUNRPC: Report short RPC messages via a tracepoint Chuck Lever
2021-10-16 22:47 ` [PATCH v1 09/14] SUNRPC: Report RPC messages with unknown programs " Chuck Lever
2021-10-16 22:47 ` [PATCH v1 10/14] SUNRPC: Report RPC messages with unknown versions " Chuck Lever
2021-10-16 22:47 ` [PATCH v1 11/14] SUNRPC: Report RPC messages with unknown procedures " Chuck Lever
2021-10-16 22:47 ` [PATCH v1 12/14] SUNRPC: Report RPC messages that can't be decoded " Chuck Lever
2021-10-16 22:47 ` [PATCH v1 13/14] SUNRPC: Fix kdoc comment for svc_unregister() Chuck Lever
2021-10-16 22:47 ` [PATCH v1 14/14] SUNRPC: Yank some low-value dprintk call sites Chuck Lever

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=163442439122.1001.10617673230038475043.stgit@bazille.1015granger.net \
    --to=chuck.lever@oracle.com \
    --cc=bfields@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.