On Thu, Dec 12, 2024 at 10:05:47AM -0800, Darrick J. Wong wrote: > > #endif /* CONFIG_BUFFER_HEAD */ > > #define IOMAP_F_XATTR (1U << 5) > > #define IOMAP_F_BOUNDARY (1U << 6) > > +#define IOMAP_F_ZONE_APPEND (1U << 7) > > Needs a corresponding update in Documentation/iomap/ before we merge > this series. Btw, while doing these updates I start to really despise Documentation/filesystems/iomap/. It basically just duplicates what's alredy in the code comments, just far away from the code to which it belongs in that awkward RST format. I'm not sure what it is supposed to buy us?