diff mbox series

net: sample/bpf/tracex3_user.c: erase "ARRAY_SIZE" redefined

Message ID 20181003140248.zdvydnelwhw7wcb6@yubo-2
State Accepted, archived
Delegated to: BPF Maintainers
Headers show
Series net: sample/bpf/tracex3_user.c: erase "ARRAY_SIZE" redefined | expand

Commit Message

Bo YU Oct. 3, 2018, 2:02 p.m. UTC
There is a warning when compiling bpf program in sample/bpf

BTW,i get the warning from David's net tree, then i git clone
bpf tree try to compile bpf program,but it tell me failed to
do that maybe i was not compile the whole kernel once.
I don't know this is ok or not.

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
---
 samples/bpf/tracex3_user.c | 1 -
 1 file changed, 1 deletion(-)

--
2.11.0

Comments

Daniel Borkmann Oct. 4, 2018, 2:33 p.m. UTC | #1
On 10/03/2018 04:02 PM, Bo YU wrote:
> There is a warning when compiling bpf program in sample/bpf
> 
> BTW,i get the warning from David's net tree, then i git clone
> bpf tree try to compile bpf program,but it tell me failed to
> do that maybe i was not compile the whole kernel once.
> I don't know this is ok or not.
> 
> Signed-off-by: Bo YU <tsu.yubo@gmail.com>

Seeing the same, therefore applied to bpf-next with commit message
fixed up a bit, thanks!
diff mbox series

Patch

diff --git a/samples/bpf/tracex3_user.c b/samples/bpf/tracex3_user.c
index 6c6b10f4c3ee..3d8c39b8ef24 100644
--- a/samples/bpf/tracex3_user.c
+++ b/samples/bpf/tracex3_user.c
@@ -17,7 +17,6 @@ 
 #include "bpf_load.h"
 #include "bpf_util.h"

-#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))

 #define SLOTS 100