summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2019-06-24 13:19:53 -0400
committerIngo Molnar <mingo@kernel.org>2019-06-24 13:19:53 -0400
commitd2abae71ebcc409828b24ce9da402548ecdf1311 (patch)
tree5edfafc2828d3bcebb3698520ccba374cd4328c0 /include/linux/bpf.h
parent66567fcbaecac455caa1b13643155d686b51ce63 (diff)
parent4b972a01a7da614b4796475f933094751a295a2f (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.h1
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);
600void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr); 600void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);
601 601
602extern int sysctl_unprivileged_bpf_disabled; 602extern int sysctl_unprivileged_bpf_disabled;
603extern int sysctl_bpf_stats_enabled;
604 603
605int bpf_map_new_fd(struct bpf_map *map, int flags); 604int bpf_map_new_fd(struct bpf_map *map, int flags);
606int bpf_prog_new_fd(struct bpf_prog *prog); 605int bpf_prog_new_fd(struct bpf_prog *prog);