commit | 415e5107b0dce0e5407ae4a46700cd7e8859e252 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Tue Nov 28 16:33:52 2023 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Tue Nov 28 22:58:23 2023 -0500 |
tree | dde5d17cfa9d1f5acdc92c1879cfa29317b7dc35 | |
parent | 463086d99889c84ce0960fac2815c596f26cc0e5 [diff] |
bcachefs: Extra kthread_should_stop() calls for copygc This fixes a bug where going read-only was taking longer than it should have due to copygc forgetting to check kthread_should_stop() Additionally: fix a missing is_kthread check in bch2_move_ratelimit(). Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>