Re: [PATCH] cgroup: remove redundant check in cgroup_ino()

2014-09-19 Thread Tejun Heo
On Fri, Sep 19, 2014 at 04:29:31PM +0800, Zefan Li wrote: > After we implemented default unified hierarchy, cgrp->kn can never > be NULL. > > Signed-off-by: Zefan Li Applied to cgroup/for-3.18. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] cgroup: remove redundant check in cgroup_ino()

2014-09-19 Thread Zefan Li
After we implemented default unified hierarchy, cgrp->kn can never be NULL. Signed-off-by: Zefan Li --- include/linux/cgroup.h | 7 ++- mm/memory-failure.c| 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 77a1d37.