Re: [PATCH RESEND] nvme-fc: Utilise min3() to simplify queue count calculation
From: Keith Busch
Date: Mon Mar 03 2025 - 13:48:08 EST
On Thu, Feb 13, 2025 at 10:16:22PM +0000, Qasim Ijaz wrote:
> Refactor nvme_fc_create_io_queues() and nvme_fc_recreate_io_queues() to
> use the min3() macro to find the minimum between 3 values instead of
> multiple min()'s. This shortens the code and makes it easier to read.
Thanks, applied to nvem-6.15.