cgroup: Use kvfree in pidlist_free()
authorBandan Das <[email protected]>
Mon, 2 Mar 2015 22:51:10 +0000 (17:51 -0500)
committerTejun Heo <[email protected]>
Tue, 3 Mar 2015 13:47:25 +0000 (08:47 -0500)
commit587945147cfe48c84dd92c022e25aad6d92c0da8
tree05fd13dbb6516c790bed86864706a1109c9f003a
parent295458e67284f57d154ec8156a22797c0cfb044a
cgroup: Use kvfree in pidlist_free()

The wrapper already calls the appropriate free
function, use it instead of spinning our own.

Signed-off-by: Bandan Das <[email protected]>
Acked-by: Zefan Li <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
kernel/cgroup.c