On Tue, 19 Jun 2012, Oleg Nesterov wrote: > if (killed && !(current->flags & PF_EXITING)) > schedule_timeout_killable(1); > > makes more sense? > > If fatal_signal_pending() == T then schedule_timeout_killable() > is nop, but unline uninterruptible_ it can be SIGKILL'ed. > Ok, that's certainly cleaner. I'll post a v3, thanks for the suggestion. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>