]> Gentwo Git Trees - linux/.git/commit
ntfs3: Convert ntfs_get_frame_pages() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 22 Apr 2024 19:32:00 +0000 (20:32 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 26 Jun 2024 12:48:57 +0000 (15:48 +0300)
commit584f60ba22f79c89e6708ab82a5b5d9b8fa21fb2
treeed345aa1ab3d591751a286d938dc90c4bf239450
parent326a6fd9600c52016c3c18c1aeafca2fab254146
ntfs3: Convert ntfs_get_frame_pages() to use a folio

The function still takes an array of pages, but use a folio internally.
This function would deadlock against itself if used with large folios
(as it locks each page), so we can be a little sloppy with the conversion
back from folio to page for now.

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