]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit431625502e0b138caf81f61a1d9aebc75f5c33f1
tree0095a5db207e2e2811a60319d560be65bd3d3af9
parentbb989109bca48c0a8e2370c756ebb06d8169c72e
Revert "bcache: ignore pending signals when creating gc and allocator thread"

This reverts commit c3daa416b4100958e4a798c68df19df9c5b3d40e.

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