diff options
author | Vladimir Davydov <[email protected]> | 2016-03-01 19:56:30 +0300 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2016-03-01 12:06:02 -0500 |
commit | fa06235b8eb0ae87a962e023243dba1eb4e7160d (patch) | |
tree | a2201788753596940ae690604fb82c594b518ba1 /kernel/locking/rtmutex-debug.h | |
parent | 63253ad814db726d43c04011c752d83b7aaca998 (diff) |
cgroup: reset css on destruction
An associated css can be around for quite a while after a cgroup
directory has been removed. In general, it makes sense to reset it to
defaults so as not to worry about any remnants. For instance, memory
cgroup needs to reset memory.low, otherwise pages charged to a dead
cgroup might never get reclaimed. There's ->css_reset callback, which
would fit perfectly for the purpose. Currently, it's only called when a
subsystem is disabled in the unified hierarchy and there are other
subsystems dependant on it. Let's call it on css destruction as well.
Suggested-by: Johannes Weiner <[email protected]>
Signed-off-by: Vladimir Davydov <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'kernel/locking/rtmutex-debug.h')
0 files changed, 0 insertions, 0 deletions