diff options
author | 2024-08-29 02:29:08 +0800 | |
---|---|---|
committer | 2024-09-10 16:51:21 +0200 | |
commit | faad57ae20190de6375e1c3a7144c7ae66ab4ddf (patch) | |
tree | a3c64660ba0cecd79dacac159934fe7a80ecbabf /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | btrfs: convert btrfs_decompress() to take a folio (diff) | |
download | wireguard-linux-faad57ae20190de6375e1c3a7144c7ae66ab4ddf.tar.xz wireguard-linux-faad57ae20190de6375e1c3a7144c7ae66ab4ddf.zip |
btrfs: convert copy_inline_to_page() to use folio
The old page API is being gradually replaced and converted to use folio
to improve code readability and avoid repeated conversion between page
and folio. Moreover find_or_create_page() is compatible API, and it can
replaced with __filemap_get_folio(). Some interfaces have been converted
to use folio before, so the conversion operation from page can be
eliminated here.
Signed-off-by: Li Zetao <lizetao1@huawei.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions