]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Workqueues should be WQ_HIGHPRI
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 23 Jan 2024 01:55:08 +0000 (20:55 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 10 Mar 2024 19:34:08 +0000 (15:34 -0400)
commit6b83aee8a41b12b1985d4a77b5ae11f9e3491744
treed585c34b32052afca2231cc5a113a68694977769
parent3f305e04984634d62ce5c46a2c97ef000447e6d9
bcachefs: Workqueues should be WQ_HIGHPRI

Most bcachefs workqueues are used for completions, and should be
WQ_HIGHPRI - this helps reduce queuing delays, we want to complete
quickly once we can no longer signal backpressure by blocking.

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