Re: [PATCH 2/2] cgroup: list_del_init() on removed events

2012-11-28 Thread Tejun Heo
On Wed, Nov 28, 2012 at 01:50:45PM -0800, Greg Thelen wrote: > Use list_del_init() rather than list_del() to remove events from > cgrp->event_list. No functional change. This is just defensive > coding. > > Signed-off-by: Greg Thelen Applied 1-2 to cgroup/for-3.8. Thanks! -- tejun -- To uns

[PATCH 2/2] cgroup: list_del_init() on removed events

2012-11-28 Thread Greg Thelen
Use list_del_init() rather than list_del() to remove events from cgrp->event_list. No functional change. This is just defensive coding. Signed-off-by: Greg Thelen --- kernel/cgroup.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c i