[PATCH v20 00/12] Implement copy offload support

Bart Van Assche bvanassche at acm.org
Mon May 20 15:54:15 PDT 2024


On 5/20/24 03:20, Nitesh Shetty wrote:
> 4. This bio is merged with the request containing the destination info.

bios with different operation types must never be merged. From attempt_merge():

	if (req_op(req) != req_op(next))
		return NULL;

Thanks,

Bart.




More information about the Linux-nvme mailing list