]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memcg: remove check for signal_pending() during rmdir()
authorKamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Sat, 21 Jul 2012 00:54:06 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:02:27 +0000 (13:02 +1000)
commit676a5036de2d94fac53944b56194c6ad68290bba
treeaf854a7f4217fd35f6558d1b6bda408d67bd80a5
parent529df8f10b42f403c3b46dbd21575852b0ea26aa
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 <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memcontrol.c