mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix

s/vfree/kvfree/, per Shakeel

Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Shakeel Butt <shakeel.butt@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Andrew Morton 2024-11-29 20:09:32 -08:00
parent 78bb8cc7a4
commit 0625a5f1bc

View File

@ -158,5 +158,5 @@ void swap_cgroup_swapoff(int type)
ctrl->map = NULL;
mutex_unlock(&swap_cgroup_mutex);
kvfree(map);
vfree(map);
}