+2
−1
+4
−4
+7
−3
Loading
Split the workqueues for btree read completions and btree write
submissions; we don't want concurrency control on btree read
completions, but we do want concurrency control on write submissions,
else blocking in submit_bio() will cause a ton of kworkers to be
allocated.
Signed-off-by:
Kent Overstreet <kent.overstreet@linux.dev>