[PATCH V4 6/9] nvme: use per controller timeout waits over depending on global default
Maurizio Lombardi
mlombard at arkamax.eu
Mon May 11 04:42:47 PDT 2026
On Mon May 11, 2026 at 10:10 AM CEST, Christoph Hellwig wrote:
> On Fri, May 08, 2026 at 03:33:32PM +0200, Maurizio Lombardi wrote:
>> Instead of passing NVME_IO_TIMEOUT as a parameter with every call to
>> nvme_wait_freeze_timeout, use the controller's preferred timeout.
>
> This should probably go very early in the series before even adding
> configurable timeouts as it just drops a pointless paramter.
It drops the parameter but uses the timeout value stored in
ctrl->io_timeout, so it actually depends on the patch introducing
the per-controller io_timeout.
Maurizio
More information about the Linux-nvme
mailing list