All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sunrpc: fix header include guard in trace header
@ 2021-11-17 13:26 Thiago Rafael Becker
  2021-11-21 19:33 ` Chuck Lever III
  0 siblings, 1 reply; 3+ messages in thread
From: Thiago Rafael Becker @ 2021-11-17 13:26 UTC (permalink / raw)
  To: linux-nfs, Trond Myklebust
  Cc: Steven Rostedt, Ingo Molnar, Thiago Rafael Becker

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] sunrpc: fix header include guard in trace header
  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
  2021-11-21 20:18   ` Steven Rostedt
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Lever III @ 2021-11-21 19:33 UTC (permalink / raw)
  To: Thiago Rafael Becker, Trond Myklebust
  Cc: Linux NFS Mailing List, Steven Rostedt, Ingo Molnar



> 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sunrpc: fix header include guard in trace header
  2021-11-21 19:33 ` Chuck Lever III
@ 2021-11-21 20:18   ` Steven Rostedt
  0 siblings, 0 replies; 3+ messages in thread
From: Steven Rostedt @ 2021-11-21 20:18 UTC (permalink / raw)
  To: Chuck Lever III
  Cc: Thiago Rafael Becker, Trond Myklebust, Linux NFS Mailing List,
	Ingo Molnar

On Sun, 21 Nov 2021 19:33:46 +0000
Chuck Lever III <chuck.lever@oracle.com> wrote:

> > #include <linux/tracepoint.h>
> > -- 
> > 2.31.1
> >   
> 
> I can take this patch for v5.17 if no-one else has already grabbed it.

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-21 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2021-11-21 20:18   ` Steven Rostedt

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.