Fix memory leak, also fix missing dput if cgroup_create_file() fails. Alex Nikiforov (1): Currently, user can get inotify FS_MODIFY event only if "tasks" file changed from the user space side (for example echo $$ > /patch/to/cgroup/tasks), but if another process forked user don't get FS_MODIFY event. This patch add this feature. With this user can get FS_MODIFY on do_fork()/do_exit()/move PID from one group to another. kernel/cgroup.c | 88 +++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 69 insertions(+), 19 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html