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.