Re: [PATCH] cgroup: Use kvfree in pidlist_free()

2015-03-03 Thread Tejun Heo
On Mon, Mar 02, 2015 at 05:51:10PM -0500, Bandan Das wrote: > > The wrapper already calls the appropriate free > function, use it instead of spinning our own. > > Signed-off-by: Bandan Das Applied to cgroup/for-4.1. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH] cgroup: Use kvfree in pidlist_free()

2015-03-02 Thread Zefan Li
On 2015/3/3 6:51, Bandan Das wrote: > > The wrapper already calls the appropriate free > function, use it instead of spinning our own. > > Signed-off-by: Bandan Das Acked-by: Zefan Li > --- > kernel/cgroup.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/kernel

[PATCH] cgroup: Use kvfree in pidlist_free()

2015-03-02 Thread Bandan Das
The wrapper already calls the appropriate free function, use it instead of spinning our own. Signed-off-by: Bandan Das --- kernel/cgroup.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 29a7b2c..c19d66d 100644 --- a/kernel/cgroup.