ext4: Call aops write_begin() and write_end() directly
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 3 Mar 2022 18:43:29 +0000 (13:43 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:45:56 +0000 (14:45 -0400)
commit1b0aa4449cb81e0a7d43cb90d03888c23bacc825
treed33c89581900dced21b3e68887deb84b0bd409a2
parent07a31f728d7a9a3cdc5aa1bdf9e6a6d7524d93ad
ext4: Call aops write_begin() and write_end() directly

pagecache_write_begin() and pagecache_write_end() are now trivial
wrappers, so call the aops directly.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/ext4/verity.c