[PATCH v2 1/2] nvme: introduce nvme_start_request

Keith Busch kbusch at kernel.org
Tue Nov 29 06:28:28 PST 2022


On Mon, Oct 03, 2022 at 12:43:43PM +0300, Sagi Grimberg wrote:
>  
> +void nvme_start_request(struct request *rq)
> +{
> +	blk_mq_start_request(rq);
> +}
> +EXPORT_SYMBOL_GPL(nvme_start_request);

Looks good, other than I feel this should be a static inline function in
nvme.h instead.

Reviewed-by: Keith Busch <kbusch at kernel.org>



More information about the Linux-nvme mailing list