On 10/17, Michal Hocko wrote: > > Can we simply make the task sleep interruptible?
No, this will turn __refrigerator() into the busy-wait loop if signal_pending() == T. (but I still think it makes sense to kill PF_FROZEN and introduce TASK_FROZEN state, however this is offtopic). Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

