Commit 3ec3758a authored by Daniel Hill's avatar Daniel Hill Committed by Kent Overstreet

bcachefs: copygc should wakeup on shutdown if disabled

Signed-off-by: default avatarDaniel Hill <daniel@gluo.nz>
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 0c069781
...@@ -337,7 +337,8 @@ static int bch2_copygc_thread(void *arg) ...@@ -337,7 +337,8 @@ static int bch2_copygc_thread(void *arg)
if (!c->copy_gc_enabled) { if (!c->copy_gc_enabled) {
move_buckets_wait(&ctxt, buckets, true); move_buckets_wait(&ctxt, buckets, true);
kthread_wait_freezable(c->copy_gc_enabled); kthread_wait_freezable(c->copy_gc_enabled ||
kthread_should_stop());
} }
if (unlikely(freezing(current))) { if (unlikely(freezing(current))) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment