]> www.infradead.org Git - users/willy/pagecache.git/commit
fs: Remove aops->invalidatepage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 7 Feb 2022 20:15:54 +0000 (15:15 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 14 Feb 2022 14:16:53 +0000 (09:16 -0500)
commitd2f080c6b00827770c044bb7326710dd39abec8c
tree23606cee2aa28525ca3b17ce37fe318483d382f7
parent0dfb3fc4f864ce88d7e9fe1f2416c036863aa682
fs: Remove aops->invalidatepage

With all users migrated to ->invalidate_folio, remove the old operation.

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