aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-mod-log.c
diff options
context:
space:
mode:
authorLi Zetao <[email protected]>2024-08-28 18:29:06 +0000
committerDavid Sterba <[email protected]>2024-09-10 14:51:21 +0000
commitb70f3a45464b012feb8e86f15f37e0c4b2f69fe1 (patch)
tree589b1fee024e7c3f22a3adcc7500223979469831 /fs/btrfs/tree-mod-log.c
parentbtrfs: convert lzo_decompress() to take a folio (diff)
downloadkernel-b70f3a45464b012feb8e86f15f37e0c4b2f69fe1.tar.gz
kernel-b70f3a45464b012feb8e86f15f37e0c4b2f69fe1.zip
btrfs: convert zstd_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 <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tree-mod-log.c')
0 files changed, 0 insertions, 0 deletions