Re: [PATCH v4 0/2] block: discard alignment fixes

2025-04-25 Thread Kevin Wolf
Am 17.04.2025 um 17:05 hat Stefan Hajnoczi geschrieben: > v4: > - Mention -EINVAL in bdrv_co_pdiscard() comment [Kevin] > v3: > - Refine error handling when pdiscard_alignment is not a multiple of > request_alignment [Hanna] > v2: > - Fix inverted logic in alignment check [Qing Wang] > > Two disc

[PATCH v4 0/2] block: discard alignment fixes

2025-04-18 Thread Stefan Hajnoczi
v4: - Mention -EINVAL in bdrv_co_pdiscard() comment [Kevin] v3: - Refine error handling when pdiscard_alignment is not a multiple of request_alignment [Hanna] v2: - Fix inverted logic in alignment check [Qing Wang] Two discard alignment issues were identified in https://issues.redhat.com/browse/R