]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bpf: fix to bpf_setsockops
authorLawrence Brakmo <brakmo@fb.com>
Sun, 2 Jul 2017 16:14:28 +0000 (09:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Jul 2017 22:16:52 +0000 (15:16 -0700)
commita5192c52377e6d283abb5dcd5d25d65bf2316f62
tree039938181ed773367fb1a1d7f84f745b5cb868b5
parentbcdb239b456265b927a809c4078f0a1f433a6e18
bpf: fix to bpf_setsockops

Fixed build error due to misplaced "#ifdef CONFIG_INET" (moved 1
statement up).

Signed-off-by: Lawrence Brakmo <brakmo@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c