ntfs3: Convert ntfs_write_end() to work on a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 22 Apr 2024 19:31:54 +0000 (20:31 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 26 Jun 2024 12:48:55 +0000 (15:48 +0300)
commit0c1a1566447ebeccaa3694e04ae65c7642fa783e
tree35a00bbf50b5ac0d3f073a3c199d75b70a099d8b
parentab055cf9db2027f7cb59c80663578c053fb0afde
ntfs3: Convert ntfs_write_end() to work on a folio

Convert the passed page back into a folio and use the folio APIs, saving
a few hidden calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/inode.c