commit | b6abdb0e6ca5c2c0a7caa4131da2af0750927e72 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Tue Mar 04 14:28:19 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 04 16:35:09 2008 -0800 |
tree | 608c153a6c4b8feca409092bcc14c0710917a4da | |
parent | fcab59a3186640ce085e89ee6dfc03cacfb6c7c9 [diff] |
cgroup: fix default notify_on_release setting The documentation says the default value of notify_on_release of a child cgroup is inherited from its parent, which is reasonable, but the implementation just sets the flag disabled. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Acked-by: Paul Menage <menage@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>