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

From: Shakeel Butt
Date: Fri Oct 20 2023 - 02:31:45 EST


On Thu, Oct 19, 2023 at 3:54 PM Roman Gushchin <roman.gushchin@xxxxxxxxx> 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.
>
> 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>

Acked-by: Shakeel Butt <shakeelb@xxxxxxxxxx>