Re: [PATCH v2 4/4] dm: Check for forbidden splitting of zone write operations
Ah, I guess that addressed my comment for patch 2..
[PATCH v2 4/4] dm: Check for forbidden splitting of zone write operations
DM targets must not split zone append and write operations using dm_accept_partial_bio() as doing so is forbidden for zone append BIOs, breaks zone append emulation using regular write BIOs and potentially creates deadlock situations with queue freeze operations. Modify dm_accept_partial_bio() to