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

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.