On 05/11/2025 15:02, Mikulas Patocka wrote:
Allow handling of bios with REQ_ATOMIC flag set.
Don't split these bios and fail them if they overrun the hard limit
"BIO_MAX_VECS << PAGE_SHIFT".
This commit joins the logic that avoids splitting emulated zone append
bios with atomic write bios.
Signed-off-by: John Garry <[email protected]>
Signed-off-by: Mikulas Patocka <[email protected]>
Tested-by: John Garry <[email protected]>
fwiw, I still don't think that we require the change in crypt_io_hints()
[not shown], but it should not make a difference.
Thanks!