Re: [PATCH bpf-next 1/5] bpf: Implement task local storage

From: KP Singh
Date: Tue Nov 03 2020 - 09:52:59 EST


[,,,]

> > + *
> > + * void *bpf_task_storage_get(struct bpf_map *map, void *task, void *value, u64 flags)
> After peeking patch 2, I think the pointer type should be
> "struct task_struct *task" instead of "void *task".
>
> Same for bpf_task_storage_delete().

Done. Thanks!