diff options
Diffstat (limited to 'kernel/bpf/stackmap.c')
-rw-r--r-- | kernel/bpf/stackmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/stackmap.c b/kernel/bpf/stackmap.c index b675a3f3d141..8061a439ef18 100644 --- a/kernel/bpf/stackmap.c +++ b/kernel/bpf/stackmap.c | |||
@@ -607,6 +607,7 @@ const struct bpf_map_ops stack_map_ops = { | |||
607 | .map_lookup_elem = stack_map_lookup_elem, | 607 | .map_lookup_elem = stack_map_lookup_elem, |
608 | .map_update_elem = stack_map_update_elem, | 608 | .map_update_elem = stack_map_update_elem, |
609 | .map_delete_elem = stack_map_delete_elem, | 609 | .map_delete_elem = stack_map_delete_elem, |
610 | .map_check_btf = map_check_no_btf, | ||
610 | }; | 611 | }; |
611 | 612 | ||
612 | static int __init stack_map_init(void) | 613 | static int __init stack_map_init(void) |