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 13/14] SUNRPC: Fix kdoc comment for svc_unregister()
Date: Sat, 16 Oct 2021 18:47:43 -0400	[thread overview]
Message-ID: <163442446319.1001.13808028456852897145.stgit@bazille.1015granger.net> (raw)
In-Reply-To: <163442364683.1001.4500967510037013459.stgit@bazille.1015granger.net>

Clean up. Commit b4af59328c25 ("SUNRPC: Trace server-side rpcbind
registration events") replaced the dprintk call site in
svc_unregister() but didn't update the function's documenting
comment.

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

diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c
index ae3c2d31d6dc..e0773a85dbe5 100644
--- a/net/sunrpc/svc.c
+++ b/net/sunrpc/svc.c
@@ -1127,9 +1127,6 @@ static void __svc_unregister(struct net *net, const u32 program, const u32 versi
  * All netids, bind addresses and ports registered for [program, version]
  * are removed from the local rpcbind database (if the service is not
  * hidden) to make way for a new instance of the service.
- *
- * The result of unregistration is reported via dprintk for those who want
- * verification of the result, but is otherwise not important.
  */
 static void svc_unregister(const struct svc_serv *serv, struct net *net)
 {


  parent reply	other threads:[~2021-10-16 22:47 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 ` [PATCH v1 02/14] SUNRPC: Remove dprintk call sites from svcauth_unix.c Chuck Lever
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 ` Chuck Lever [this message]
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=163442446319.1001.13808028456852897145.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.