On Sat, Mar 25, 2017 at 8:18 AM, Akinobu Mita <[email protected]> wrote: > 2017-03-21 18:18 GMT+09:00 Dmitry Vyukov <[email protected]>: >> in_interrupt() also returns true when bh is disabled in task context. >> That's not what fail_task() wants to check. >> Use the new in_task() predicate that does the right thing. >> >> Signed-off-by: Dmitry Vyukov <[email protected]> >> Cc: [email protected] >> Cc: [email protected] >> Cc: Andrew Morton <[email protected]> >> Cc: [email protected] > > This change looks good to me. > > Reviewed-by: Akinobu Mita <[email protected]>
Andrew, will you take this to mm please?

