fs: Add aops->release_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 21:00:05 +0000 (17:00 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:30 +0000 (23:12 -0400)
commitfa29000b6b2603ec2bfdc4c73249fcb00cd54f85
tree8746e20bb5db7e12c4386098a0b3591c43160575
parent07950008692bf22074020e927e95655cd48fdcda
fs: Add aops->release_folio

This replaces aops->releasepage.  Update the documentation, and call it
if it exists.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Documentation/filesystems/caching/netfs-api.rst
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
include/linux/fs.h
mm/filemap.c