bcachefs: increase max_active on io_complete_wq
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 3 Jan 2024 22:15:55 +0000 (17:15 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 6 Jan 2024 04:24:20 +0000 (23:24 -0500)
commit4798bd2443bb426b3065c0cc84bbe0458d4bf72c
tree30591d3444a6f12906da5724f6a84bef7adaad85
parentc72e4d7a30670b59dcf32fb79b2c814a09171912
bcachefs: increase max_active on io_complete_wq

this definitely should _not_ be 1, and we don't actually want any
concurrency limiting at all here - btree node read completions are
getting blocked behind btree node write submissions.

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