]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
mm, oom: remove redundant sleep in pagefault oom handler
authorDavid Rientjes <rientjes@google.com>
Wed, 12 Dec 2012 21:52:07 +0000 (13:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2012 01:38:34 +0000 (17:38 -0800)
commit0fa84a4bfa2aac8c04d45351b40765d61e1fd20d
treedd3b1a2525b062116cbe672deaf560aa7d2f27b3
parentefacd02e4f57d94e934ba5c84f10f8ce91158770
mm, oom: remove redundant sleep in pagefault oom handler

out_of_memory() will already cause current to schedule if it has not been
killed, so doing it again in pagefault_out_of_memory() is redundant.
Remove it.

Signed-off-by: David Rientjes <rientjes@google.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Reviewed-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/oom_kill.c