On 4 March 2013 17:09, Andy Shevchenko <[email protected]> wrote: > If user have the timeout alike issues and wants to cancel the thread > immediately, the current call of wait_event_freezable_timeout is preventing to > this until timeout is expired. Thus, user will experience the unnecessary > delays. > > Adding kthread_should_stop() check inside wait_event_freezable_timeout() > solves > that. > > Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Viresh Kumar <[email protected]> -- 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/

