commit | 764b53b26c9897b0693c934797e898d6cd883a26 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Mar 02 20:01:32 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 02 20:01:32 2020 -0700 |
tree | 0095a5db207e2e2811a60319d560be65bd3d3af9 | |
parent | e959e5405f34aa92d71d0dd162b969c21742061d [diff] |
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>