diff options
Diffstat (limited to 'kernel/bpf/map_in_map.h')
-rw-r--r-- | kernel/bpf/map_in_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/map_in_map.h b/kernel/bpf/map_in_map.h index bcb7534af..7d6160235 100644 --- a/kernel/bpf/map_in_map.h +++ b/kernel/bpf/map_in_map.h @@ -13,7 +13,7 @@ struct bpf_map *bpf_map_meta_alloc(int inner_map_ufd); void bpf_map_meta_free(struct bpf_map *map_meta); void *bpf_map_fd_get_ptr(struct bpf_map *map, struct file *map_file, int ufd); -void bpf_map_fd_put_ptr(void *ptr); +void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer); u32 bpf_map_fd_sys_lookup_elem(void *ptr); #endif |