On Tue, May 20, 2025 at 05:06:25PM -0700, Bart Van Assche wrote: > Instead of holding zwplug->lock around disk_zone_wplug_abort() calls, make > disk_zone_wplug_abort() obtain zwplug->lock. Prepare for reducing the amount > of code protected by zwplug->lock. No functionality has been changed. Besides the comments from the last patch that apply here as well, this does change critical sections withoyut any explanation of why that is desirable and an explanation of why it is safe.