bpf: export bpf_prog_inc_not_zero
authorJohn Fastabend <john.fastabend@gmail.com>
Wed, 16 Aug 2017 05:32:22 +0000 (22:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2017 18:27:53 +0000 (11:27 -0700)
commita6f6df69c48b86cd84f36c70593eb4968fceb34a
treee3398ed0f8b5fd29235dd09824df666c933d25e5
parentb005fd189cec9407b700599e1e80e0552446ee79
bpf: export bpf_prog_inc_not_zero

bpf_prog_inc_not_zero will be used by upcoming sockmap patches this
patch simply exports it so we can pull it in.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/bpf.h
kernel/bpf/syscall.c