2017-03-21 18:18 GMT+09:00 Dmitry Vyukov <dvyu...@google.com>: > 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 <dvyu...@google.com> > Cc: akinobu.m...@gmail.com > Cc: linux-kernel@vger.kernel.org > Cc: Andrew Morton <a...@linux-foundation.org> > Cc: linux...@kvack.org
This change looks good to me. Reviewed-by: Akinobu Mita <akinobu.m...@gmail.com>