fs: Remove aops->writepage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 2 Apr 2025 15:00:03 +0000 (16:00 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 7 Apr 2025 07:36:50 +0000 (09:36 +0200)
commit6b0dfabb35550cb7b0808585dea6c24971d685d3
tree932c12b1ff9e84d9f8cf68bb602a9190e7128c28
parent84798514db503d3bbf8df72be431f89cecbdffe8
fs: Remove aops->writepage

All callers and implementations are now removed, so remove the operation
and update the documentation to match.

Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250402150005.2309458-10-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Documentation/admin-guide/cgroup-v2.rst
Documentation/filesystems/fscrypt.rst
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
fs/buffer.c
include/linux/fs.h
mm/vmscan.c