]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66da2e14cdeccfc0050e65612ebdb4967aeba773
treed33c89581900dced21b3e68887deb84b0bd409a2
parent5cebac4e95c2534ee985a4308440a5cab2757b67
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