[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200313154650.13366-1-cneirabustos@gmail.com>
Date: Fri, 13 Mar 2020 12:46:50 -0300
From: Carlos Neira <cneirabustos@...il.com>
To: netdev@...r.kernel.org
Cc: yhs@...com, quentin@...valent.com, ebiederm@...ssion.com,
brouer@...hat.com, bpf@...r.kernel.org, cneirabustos@...il.com
Subject: [PATCH bpf-next] bpf_helpers_doc.py: Fix warning when compiling bpftool.
When compiling bpftool the following warning is found:
"declaration of 'struct bpf_pidns_info' will not be visible outside of this function."
This patch adds struct bpf_pidns_info to type_fwds array to fix this.
Signed-off-by: Carlos Neira <cneirabustos@...il.com>
---
scripts/bpf_helpers_doc.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/bpf_helpers_doc.py b/scripts/bpf_helpers_doc.py
index c1e2b5410faa..f43d193aff3a 100755
--- a/scripts/bpf_helpers_doc.py
+++ b/scripts/bpf_helpers_doc.py
@@ -400,6 +400,7 @@ class PrinterHelpers(Printer):
'struct bpf_fib_lookup',
'struct bpf_perf_event_data',
'struct bpf_perf_event_value',
+ 'struct bpf_pidns_info',
'struct bpf_sock',
'struct bpf_sock_addr',
'struct bpf_sock_ops',
--
2.20.1
Powered by blists - more mailing lists