On Thu, Jul 31, 2025 at 05:21:24PM -0700, Joanne Koong wrote: > -/** > - * folio_end_writeback - End writeback against a folio. > - * @folio: The folio. > - * > - * The folio must actually be under writeback. > - * > - * Context: May be called from process or interrupt context. > - */ > -void folio_end_writeback(struct folio *folio) > +void folio_end_writeback_pages(struct folio *folio, long nr_pages) Please keep the kerneldoc comment for the now more complicated function.