Re: [PATCH v2 03/11] block: Introduce REQ_OP_ZONE_APPEND
From: Johannes Thumshirn <hidden>
Date: 2020-03-24 16:07:50
Also in:
linux-fsdevel, linux-scsi
From: Johannes Thumshirn <hidden>
Date: 2020-03-24 16:07:50
Also in:
linux-fsdevel, linux-scsi
On 24/03/2020 16:25, Johannes Thumshirn wrote:
Also add bio_add_zone_append_page() similar to bio_add_pc_page() so producers can build BIOs respecting the new limit.
Bah, this statement is not true anymore, bio_full() does the necessary checks now.