Revert "bcache: ignore pending signals when creating gc and allocator thread"
authorJens Axboe <axboe@kernel.dk>
Tue, 3 Mar 2020 03:01:32 +0000 (20:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Mar 2020 03:01:32 +0000 (20:01 -0700)
commit764b53b26c9897b0693c934797e898d6cd883a26
tree0095a5db207e2e2811a60319d560be65bd3d3af9
parente959e5405f34aa92d71d0dd162b969c21742061d
Revert "bcache: ignore pending signals when creating gc and allocator thread"

This reverts commit 0b96da639a4874311e9b5156405f69ef9fc3bef8.

We can't just go flushing random signals, under the assumption that the
OOM killer will just do something else. It's not safe from the OOM
perspective, and it could also cause other signals to get randomly lost.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/alloc.c
drivers/md/bcache/btree.c