Re: [PATCH net-next] bpf: fix to bpf_setsockops

2017-07-02 Thread David Miller
From: Lawrence Brakmo Date: Sun, 2 Jul 2017 09:14:28 -0700 > Fixed build error due to misplaced "#ifdef CONFIG_INET" (moved 1 > statement up). > > Signed-off-by: Lawrence Brakmo Applied, thank you.

[PATCH net-next] bpf: fix to bpf_setsockops

2017-07-02 Thread Lawrence Brakmo
Fixed build error due to misplaced "#ifdef CONFIG_INET" (moved 1 statement up). Signed-off-by: Lawrence Brakmo --- net/core/filter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/core/filter.c b/net/core/filter.c index 523b91d..e5c280a 100644 ---