diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-04-03 20:23:48 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2024-04-29 14:04:40 +0300 |
commit | f3851fed07327b6a19e7ff8c2106e2b424f44cca (patch) | |
tree | a38bcd54d214d4a378b3cb58b7906e78f214b828 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fcd63086bc14b1689866d7b0c61958f6b7e48604 (diff) | |
download | linux-f3851fed07327b6a19e7ff8c2106e2b424f44cca.tar.xz |
gfs2: Convert gfs2_page_mkwrite() to use a folio
Convert the incoming page to a folio and use it throughout, saving
several calls to compound_head(). Also use 'pos' for file position
rather than the ambiguous 'offset' and convert 'length' to type size_t
in case we get some truly ridiculous sized folios in the future. This
function should now be large-folio safe, but I may have missed
something.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions