diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-04-22 20:32:00 +0100 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2024-06-26 15:48:57 +0300 |
commit | 584f60ba22f79c89e6708ab82a5b5d9b8fa21fb2 (patch) | |
tree | ed345aa1ab3d591751a286d938dc90c4bf239450 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 326a6fd9600c52016c3c18c1aeafca2fab254146 (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions