diff options
author | Ingo Molnar <mingo@kernel.org> | 2019-06-24 13:19:53 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-06-24 13:19:53 -0400 |
commit | d2abae71ebcc409828b24ce9da402548ecdf1311 (patch) | |
tree | 5edfafc2828d3bcebb3698520ccba374cd4328c0 /include/linux/bpf.h | |
parent | 66567fcbaecac455caa1b13643155d686b51ce63 (diff) | |
parent | 4b972a01a7da614b4796475f933094751a295a2f (diff) |
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 5df8e9e2a393..b92ef9f73e42 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -600,7 +600,6 @@ void bpf_map_area_free(void *base); | |||
600 | void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr); | 600 | void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr); |
601 | 601 | ||
602 | extern int sysctl_unprivileged_bpf_disabled; | 602 | extern int sysctl_unprivileged_bpf_disabled; |
603 | extern int sysctl_bpf_stats_enabled; | ||
604 | 603 | ||
605 | int bpf_map_new_fd(struct bpf_map *map, int flags); | 604 | int bpf_map_new_fd(struct bpf_map *map, int flags); |
606 | int bpf_prog_new_fd(struct bpf_prog *prog); | 605 | int bpf_prog_new_fd(struct bpf_prog *prog); |