All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuck Lever III <chuck.lever@oracle.com>
To: Thiago Rafael Becker <trbecker@gmail.com>,
	Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Ingo Molnar <mingo@redhat.com>
Subject: Re: [PATCH] sunrpc: fix header include guard in trace header
Date: Sun, 21 Nov 2021 19:33:46 +0000	[thread overview]
Message-ID: <3209AFD1-006E-48E6-A3BF-59C76ED6A17E@oracle.com> (raw)
In-Reply-To: <20211117132630.2837733-1-trbecker@gmail.com>



> On Nov 17, 2021, at 8:26 AM, Thiago Rafael Becker <trbecker@gmail.com> wrote:
> 
> rpcgss.h include protection was protecting against the define for
> rpcrdma.h.
> 
> Signed-off-by: Thiago Rafael Becker <trbecker@gmail.com>
> ---
> include/trace/events/rpcgss.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/trace/events/rpcgss.h b/include/trace/events/rpcgss.h
> index 3ba63319af3c..c9048f3e471b 100644
> --- a/include/trace/events/rpcgss.h
> +++ b/include/trace/events/rpcgss.h
> @@ -8,7 +8,7 @@
> #undef TRACE_SYSTEM
> #define TRACE_SYSTEM rpcgss
> 
> -#if !defined(_TRACE_RPCRDMA_H) || defined(TRACE_HEADER_MULTI_READ)
> +#if !defined(_TRACE_RPCGSS_H) || defined(TRACE_HEADER_MULTI_READ)
> #define _TRACE_RPCGSS_H
> 
> #include <linux/tracepoint.h>
> -- 
> 2.31.1
> 

I can take this patch for v5.17 if no-one else has already grabbed it.


--
Chuck Lever




  reply	other threads:[~2021-11-21 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17 13:26 [PATCH] sunrpc: fix header include guard in trace header Thiago Rafael Becker
2021-11-21 19:33 ` Chuck Lever III [this message]
2021-11-21 20:18   ` Steven Rostedt

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=3209AFD1-006E-48E6-A3BF-59C76ED6A17E@oracle.com \
    --to=chuck.lever@oracle.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=rostedt@goodmis.org \
    --cc=trbecker@gmail.com \
    --cc=trond.myklebust@hammerspace.com \
    /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.