]> Pileus Git - ~andy/linux/blobdiff - mm/oom_kill.c
mm, oom: remove redundant sleep in pagefault oom handler
[~andy/linux] / mm / oom_kill.c
index 0e30ff7b21c541253eb0f983d8c9a07ca298a70f..0399f146ae49900a92c52ea158823cef1ad18ff2 100644 (file)
@@ -683,5 +683,4 @@ void pagefault_out_of_memory(void)
                out_of_memory(NULL, 0, 0, NULL, false);
                clear_zonelist_oom(zonelist, GFP_KERNEL);
        }
-       schedule_timeout_killable(1);
 }