From: David Rientjes Date: Wed, 12 Dec 2012 21:52:07 +0000 (-0800) Subject: mm, oom: remove redundant sleep in pagefault oom handler X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~33^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa84a4bfa2aac8c04d45351b40765d61e1fd20d;p=pandora-kernel.git 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 Acked-by: KAMEZAWA Hiroyuki Cc: KOSAKI Motohiro Reviewed-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed