bcachefs: Fix allocator shutdown error message
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 1 Oct 2021 14:08:13 +0000 (10:08 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:13 +0000 (17:09 -0400)
commit69294246b7a441a112d1a550ffc8e4e1e45142a4
treeec365d79743ff19a3cdc32370c89115d8b7da847
parente59a4d787507592ea19dbf48bc71b3120ff5df4d
bcachefs: Fix allocator shutdown error message

We return 1 to indicate kthread_should_stop() returned true - we
shouldn't be printing an error.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/alloc_background.c