]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs3: Convert attr_data_write_resident to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 22 Apr 2024 19:31:55 +0000 (20:31 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 26 Jun 2024 12:48:55 +0000 (15:48 +0300)
commitd0c3df62779f875b9af953790e5e18bce2aed91e
tree4e0f4c7f27a1f25ca143d847218c48e12e0b052f
parent0c1a1566447ebeccaa3694e04ae65c7642fa783e
ntfs3: Convert attr_data_write_resident to use a folio

Now that both callers of attr_data_write_resident() have a folio, pass
it in and use memcpy_from_folio() to handle all the gnarly highmem
multi-page problems.

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