Re: [PATCH 5/7] mq-deadline: covert to use request_queue->async_depth

From: Jeff Moyer
Date: Thu Oct 02 2025 - 14:56:34 EST


Yu Kuai <yukuai1@xxxxxxxxxxxxxxx> writes:

> Fix this problem by converting to request_queue->async_depth, where
> min_shallow_depth is set each time async_depth is updated.

Removing the iosched/async_depth attribute may cause problems for
existing scripts or udev rules. I'm not sure if we care, but the
changelog does not seem to address this.

-Jeff