]> git.sesse.net Git - bcachefs-tools-debian/commit
Disable shrinker thread shutdown
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 5 Dec 2023 23:28:14 +0000 (18:28 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 6 Dec 2023 04:53:29 +0000 (23:53 -0500)
commitcf78a3f65cbe1bd82e89fcfb0b053be26d4a2d62
tree49718549ab13ff4e547482ee979534754d8458c7
parentf407121d18d2fdf3fd6a91f9a1569e453c2beaa9
Disable shrinker thread shutdown

We seem to be hitting a rare crash in the exit path of fsck - when
shutting down the shrinker thread. Disable exiting the shrinker thread
as a workaround.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
linux/shrinker.c