Re: [PATCH v20 00/12] Implement copy offload support

From: Bart Van Assche
Date: Mon May 20 2024 - 18:57:08 EST


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.