]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/filemap.c
fs: Add free_folio address space operation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 1 May 2022 11:35:31 +0000 (07:35 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:52 +0000 (23:12 -0400)
commitd2329aa0c78f4a8dd368bb706f196ab99f692eaa
tree8dcdbf74ed2e54f05633b58585aa0bcb9027c046
parent6439476311a649594124c4cf42f8389661f04e4f
fs: Add free_folio address space operation

Include documentation and convert the callers to use ->free_folio as
well as ->freepage.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
include/linux/fs.h
mm/filemap.c
mm/vmscan.c