aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/map_in_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/bpf/map_in_map.h')
-rw-r--r--kernel/bpf/map_in_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/map_in_map.h b/kernel/bpf/map_in_map.h
index a507bf6ef8b9..d296890813cc 100644
--- a/kernel/bpf/map_in_map.h
+++ b/kernel/bpf/map_in_map.h
@@ -15,7 +15,7 @@ bool bpf_map_meta_equal(const struct bpf_map *meta0,
const struct bpf_map *meta1);
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