Re: [PATCH v5 6/6] mm: kmem: reimplement get_obj_cgroup_from_current()

From: Vlastimil Babka
Date: Fri Oct 20 2023 - 01:41:30 EST


On 10/20/23 00:53, Roman Gushchin wrote:
> Reimplement get_obj_cgroup_from_current() using current_obj_cgroup().
> get_obj_cgroup_from_current() and current_obj_cgroup() share 80% of
> the code, so the new implementation is almost trivial.

Great.

> get_obj_cgroup_from_current() is a convenient function used by the
> bpf subsystem, so there is no reason to get rid of it completely.
>
> Signed-off-by: Roman Gushchin (Cruise) <roman.gushchin@xxxxxxxxx>

Reviwed-by: Vlastimil Babka <vbabka@xxxxxxx>

Thanks!