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

This involves converting all users of offs_page to offs_folio, but
it's worth it because we get rid of a lot of hidden calls to
compound_head().  We continue to use order-0 folios here, and convert
back to a struct page to call ntfs_bio_pages().

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/frecord.c
fs/ntfs3/ntfs_fs.h