On Thu, Feb 19, 2015 at 05:34:46PM +0300, Vladimir Davydov wrote: > Currently, we call cgroup_subsys->bind only on unmount, remount, and > when creating a new root on mount. Since the default hierarchy root is > created in cgroup_init, we will not call cgroup_subsys->bind if the > default hierarchy is freshly mounted. As a result, some controllers will > behave incorrectly (most notably, the "memory" controller will not > enable hierarchy support). Fix this by calling cgroup_subsys->bind right > after initializing a cgroup subsystem. > > Signed-off-by: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Applied to cgroup/for-4.0-fixes. Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>