| commit | 161f73c2c7d061a78390388811e3a6d11e99ce9d | [log] [tgz] |
|---|---|---|
| author | Kent Overstreet <kent.overstreet@linux.dev> | Wed Jun 05 11:08:20 2024 -0400 |
| committer | Kent Overstreet <kent.overstreet@linux.dev> | Mon Jun 10 13:17:15 2024 -0400 |
| tree | 466c81634b845b48c7dc407e97c58cf750df957f | |
| parent | 83a7eefedc9b56fe7bfeff13b6c7356688ffa670 [diff] |
bcachefs: Split out btree_write_submit_wq 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>