On Mon, Aug 18, 2025 at 07:39:49AM -0700, Trond Myklebust wrote: > +void folio_end_dropbehind(struct folio *folio) > +{ > + filemap_end_dropbehind_write(folio); > +} > +EXPORT_SYMBOL(folio_end_dropbehind); Why not just export filemap_end_dropbehind_write()?