On 1/21/2026 12:13 PM, Christoph Hellwig wrote: > + case REQ_OP_WRITE: > + /* > + * Flush masquerading as write? > + */ > + if (!bio_sectors(bio)) > + return 0; > +
Earlier this check was happening for REQ_OP_READ too but not sure whether that was superfluous or actually filtering out zero-sector reads. For everything else, Reviewed-by: Kanchan Joshi <[email protected]>
