aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/memory-failure.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index 006430b972a..6a0466ed5bf 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -325,7 +325,6 @@ static void kill_procs_ao(struct list_head *to_kill, int doit, int trapno,
325 * In case something went wrong with munmapping 325 * In case something went wrong with munmapping
326 * make sure the process doesn't catch the 326 * make sure the process doesn't catch the
327 * signal and then access the memory. Just kill it. 327 * signal and then access the memory. Just kill it.
328 * the signal handlers
329 */ 328 */
330 if (fail || tk->addr_valid == 0) { 329 if (fail || tk->addr_valid == 0) {
331 printk(KERN_ERR 330 printk(KERN_ERR