On Thu, Nov 30, 2023 at 10:01:16PM +0800, Hou Tao wrote: > > -static long fd_array_map_delete_elem(struct bpf_map *map, void *key) > +static long fd_array_map_delete_elem_with_deferred_free(struct bpf_map *map, void *key, > + bool need_defer) way too verbose. Tomorrow we will add another bool and would have to rename it? Just use __fd_array_map_delete_elem().