]> www.infradead.org Git - users/willy/pagecache.git/commit
fs: Add invalidate_folio() aops method
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 7 Feb 2022 02:34:08 +0000 (21:34 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 14 Feb 2022 13:39:22 +0000 (08:39 -0500)
commit9797ce81e285ae08f8fe464a9435c38441c9a90c
tree6b6d9e41399fe500a7362f33274f8778ed946c59
parent36ecad5f71a596d8bc4e8cf318884969e55527d0
fs: Add invalidate_folio() aops method

This is used in preference to invalidatepage, if defined.

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