Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: [PATCH] bdi: Fix another oops in wb_workfn()

$
0
0
Linus Torvalds writes: (Summary) On Wed, Jun 13, 2018 at 9:21 AM Tetsuo Handa
<penguin-kernel@i-love.sakura.ne.jp> wrote:

[...]

test_bit(WB_shutting_down, &wb->state) == false after returning from schedule(). TASK_UNINTERRUPTIBLE does not mean "nothing else wakes me", it just means "_signals_ don't wake me".
just means "_signals_ don't wake me".
So every single sleep always needs to be in a loop. So every single sleep always needs to be in a loop. Linus
Linus
Linus

Viewing all articles
Browse latest Browse all 864

Trending Articles