Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH net-next] SUNRPC: remove duplicate include
@ 2020-08-19 2:49 Wang Hai
2020-08-19 17:40 ` Chuck Lever
0 siblings, 1 reply; 2+ messages in thread
From: Wang Hai @ 2020-08-19 2:49 UTC (permalink / raw)
To: trond.myklebust, anna.schumaker, bfields, chuck.lever, davem, kuba
Cc: linux-nfs, netdev, linux-kernel
Remove linux/sunrpc/auth_gss.h which is included more than once
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
---
net/sunrpc/auth_gss/trace.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/sunrpc/auth_gss/trace.c b/net/sunrpc/auth_gss/trace.c
index d26036a57443..76685abba60f 100644
--- a/net/sunrpc/auth_gss/trace.c
+++ b/net/sunrpc/auth_gss/trace.c
@@ -9,7 +9,6 @@
#include <linux/sunrpc/svc_xprt.h>
#include <linux/sunrpc/auth_gss.h>
#include <linux/sunrpc/gss_err.h>
-#include <linux/sunrpc/auth_gss.h>
#define CREATE_TRACE_POINTS
#include <trace/events/rpcgss.h>
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] SUNRPC: remove duplicate include
2020-08-19 2:49 [PATCH net-next] SUNRPC: remove duplicate include Wang Hai
@ 2020-08-19 17:40 ` Chuck Lever
0 siblings, 0 replies; 2+ messages in thread
From: Chuck Lever @ 2020-08-19 17:40 UTC (permalink / raw)
To: Wang Hai
Cc: Trond Myklebust, Anna Schumaker, Bruce Fields, David S . Miller,
Jakub Kicinski, Linux NFS Mailing List,
open list:NETWORKING DRIVERS, linux-kernel
> On Aug 18, 2020, at 10:49 PM, Wang Hai <wanghai38@huawei.com> wrote:
>
> Remove linux/sunrpc/auth_gss.h which is included more than once
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>
I've reviewed and compile-tested this, so no objection from me.
Since this duplicate was introduced in nfsd-5.9, I can take this
for an nfsd-5.9-rc pull, if there are no other objections.
> ---
> net/sunrpc/auth_gss/trace.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/net/sunrpc/auth_gss/trace.c b/net/sunrpc/auth_gss/trace.c
> index d26036a57443..76685abba60f 100644
> --- a/net/sunrpc/auth_gss/trace.c
> +++ b/net/sunrpc/auth_gss/trace.c
> @@ -9,7 +9,6 @@
> #include <linux/sunrpc/svc_xprt.h>
> #include <linux/sunrpc/auth_gss.h>
> #include <linux/sunrpc/gss_err.h>
> -#include <linux/sunrpc/auth_gss.h>
>
> #define CREATE_TRACE_POINTS
> #include <trace/events/rpcgss.h>
> --
> 2.17.1
>
--
Chuck Lever
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-19 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 2:49 [PATCH net-next] SUNRPC: remove duplicate include Wang Hai
2020-08-19 17:40 ` Chuck Lever
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).