All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Lever <chuck.lever@oracle.com>
To: linux-rdma@vger.kernel.org, linux-nfs@vger.kernel.org
Subject: [PATCH v1 6/6] svcrdma: Remove include/linux/sunrpc/debug.h
Date: Wed, 13 Oct 2021 10:47:29 -0400	[thread overview]
Message-ID: <163413644893.6408.14362581680618135243.stgit@bazille.1015granger.net> (raw)
In-Reply-To: <163413628188.6408.17033105928649076434.stgit@bazille.1015granger.net>

Deprecation. svcrdma no longer uses dprintk.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c |    1 -
 net/sunrpc/xprtrdma/svc_rdma_sendto.c   |    1 -
 2 files changed, 2 deletions(-)

diff --git a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
index cf76a6ad127b..3be39fc5cec4 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
@@ -99,7 +99,6 @@
 #include <rdma/rdma_cm.h>
 
 #include <linux/sunrpc/xdr.h>
-#include <linux/sunrpc/debug.h>
 #include <linux/sunrpc/rpc_rdma.h>
 #include <linux/sunrpc/svc_rdma.h>
 
diff --git a/net/sunrpc/xprtrdma/svc_rdma_sendto.c b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
index 22a871e6fe4d..e973e5b3ce08 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_sendto.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_sendto.c
@@ -105,7 +105,6 @@
 #include <rdma/ib_verbs.h>
 #include <rdma/rdma_cm.h>
 
-#include <linux/sunrpc/debug.h>
 #include <linux/sunrpc/svc_rdma.h>
 
 #include "xprt_rdma.h"


  parent reply	other threads:[~2021-10-13 14:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 14:46 [PATCH v1 0/6] Deprecate dprintk in svcrdma Chuck Lever
2021-10-13 14:46 ` [PATCH v1 1/6] svcrdma: Remove dprintk() call sites in module handlers Chuck Lever
2021-10-13 14:47 ` [PATCH v1 2/6] svcrdma: Remove dprintk call site in svc_rdma_create_xprt() Chuck Lever
2021-10-13 14:47 ` [PATCH v1 3/6] svcrdma: Remove dprintk call site in svc_rdma_parse_connect_private() Chuck Lever
2021-10-13 14:47 ` [PATCH v1 4/6] svcrdma: Remove dprintk call sites during QP creation Chuck Lever
2021-10-13 14:47 ` [PATCH v1 5/6] svcrdma: Remove dprintk call sites during accept Chuck Lever
2021-10-13 14:47 ` Chuck Lever [this message]
2021-10-13 15:59 ` [PATCH v1 0/6] Deprecate dprintk in svcrdma J. Bruce Fields
2021-10-13 16:49   ` Chuck Lever III
2021-10-13 18:35     ` David Wysochanski
2021-10-13 21:03       ` Chuck Lever III
2021-11-03  7:56         ` David Wysochanski

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=163413644893.6408.14362581680618135243.stgit@bazille.1015granger.net \
    --to=chuck.lever@oracle.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-rdma@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.