Re: [PATCH 3/4] cgroup: remove bogus comments

2014-09-17 Thread Tejun Heo
On Wed, Sep 17, 2014 at 06:19:24PM +0800, Li Zefan wrote: > We never grab cgroup mutex in fork and exit paths no matter whether > notify_on_release is set or not. > > Signed-off-by: Zefan Li Applied 1-3 to cgroup/for-3.18. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsu

[PATCH 3/4] cgroup: remove bogus comments

2014-09-17 Thread Li Zefan
We never grab cgroup mutex in fork and exit paths no matter whether notify_on_release is set or not. Signed-off-by: Zefan Li --- kernel/cgroup.c | 8 1 file changed, 8 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 26b8cb9..1abb554 100644 --- a/kernel/cgroup.c +++ b/