diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2025-02-10 13:34:45 +0000 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2025-03-10 18:15:39 +0100 |
commit | 536da2a440b58d4f9aed963364a2921a41bec03d (patch) | |
tree | f89b49ca35786fa4c2b0e8be5cdb7e1054eb8bbb /tools/perf/scripts/python/task-analyzer.py | |
parent | 40829760096df1365f7e3f2768d0b594e3e6488f (diff) |
gfs2: Convert gfs2_end_log_write_bh() to work on a folio
gfs2_end_log_write() has to handle bios which consist of both pages
which belong to folios and pages which were allocated from a mempool and
do not belong to a folio. It would be cleaner to have separate endio
handlers which handle each type, but it's not clear to me whether that's
even possible.
This patch is slightly forward-looking in that page_folio() cannot
currently return NULL, but it will return NULL in the future for pages
which do not belong to a folio.
This was the last user of page_has_buffers(), so remove it.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions