diff options
| author | Kamezawa Hiroyuki <[email protected]> | 2012-07-31 16:42:42 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-07-31 18:42:42 -0700 |
| commit | 59b8e85c26e77d236ebdd61866ffc5e69c5f531d (patch) | |
| tree | deed7e77d0fdcd8a18477d59452cc0aa80f38238 /include/linux | |
| parent | fd07383b6bbc1418b1bdd5f295d13e600222fffa (diff) | |
memcg: remove check for signal_pending() during rmdir()
After bf544fdc241da8 "memcg: move charges to root cgroup if
use_hierarchy=0 in mem_cgroup_move_hugetlb_parent()", no memory reclaim
will occur when removing a memory cgroup. If -EINTR is returned here,
cgroup will show a warning.
We don't need to handle any user interruption signal. Remove this.
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Johannes Weiner <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions