Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > -EXPORT_SYMBOL(PageHeadHuge); > +EXPORT_SYMBOL_GPL(PageHeadHuge); Does this mean that we're moving towards forbidding use of the pagecache in non-GPL drivers? 'Standard' bits of the folio API use this function implicitly. David