On Tue, Jun 29, 2021 at 09:41:49AM +0300, Nikolay Borisov wrote: > + BUILD_BUG_ON(offsetof(struct iomap_ioend, io_inline_bio) + sizeof(struct bio) > + != sizeof(struct iomap_ioend)); Please fix the overly long line and the incorrect operator placement.