Not a lot of filesystems implement ->freepage, thankfully, so this is a slightly smaller patchset than the last few. Matthew Wilcox (Oracle) (5): fs: Add free_folio address space operation orangefs: Convert to free_folio nfs: Convert to free_folio secretmem: Convert to free_folio fs: Remove aops->freepage Documentation/filesystems/locking.rst | 10 +++++----- Documentation/filesystems/vfs.rst | 6 +++--- fs/nfs/dir.c | 9 +++++++-- fs/orangefs/inode.c | 6 +++--- include/linux/fs.h | 2 +- mm/filemap.c | 16 ++++++++-------- mm/secretmem.c | 8 ++++---- mm/vmscan.c | 8 ++++---- 8 files changed, 35 insertions(+), 30 deletions(-) -- 2.34.1