diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2023-09-21 21:07:39 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2023-10-25 20:19:00 +0200 |
commit | 46f84a9bea2c44e80b52afa56b34d9e3e84dc358 (patch) | |
tree | 4e6da003170d7dd764808e9da51190043f43a263 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3de6047f1832010d24963f58206298fc75085816 (diff) |
ext2: Convert ext2_check_page to ext2_check_folio
Support in this function for large folios is limited to supporting
filesystems with block size > PAGE_SIZE. This new functionality will only
be supported on machines without HIGHMEM, so the problem of kmap_local
only being able to map a single page in the folio can be ignored.
We will not use large folios for ext2 directories on HIGHMEM machines.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20230921200746.3303942-2-willy@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions