diff options
author | 2024-08-29 02:29:05 +0800 | |
---|---|---|
committer | 2024-09-10 16:51:21 +0200 | |
commit | 9f9a4e43a87082144e43320edaf38d980d18d069 (patch) | |
tree | 61f5bf556edaa31b8ab57176c8cc9a3aa5016701 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | btrfs: convert zlib_decompress() to take a folio (diff) | |
download | wireguard-linux-9f9a4e43a87082144e43320edaf38d980d18d069.tar.xz wireguard-linux-9f9a4e43a87082144e43320edaf38d980d18d069.zip |
btrfs: convert lzo_decompress() to take a 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. And memcpy_to_page() can be replaced with memcpy_to_folio().
But there is no memzero_folio(), but it can be replaced equivalently by
folio_zero_range().
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