summaryrefslogtreecommitdiff
path: root/include/linux/i2c/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2026-01-20 10:30:10 +1030
committerDavid Sterba <dsterba@suse.com>2026-02-03 07:56:18 +0100
commit1914b94231e98280de4ec3a7f10e7abfd928c649 (patch)
treed6c6fd6411765ffb49e1fa30a8e6f48d0f7005fb /include/linux/i2c/git@git.tavy.me:linux.git
parent20c993134e105368b9165cb9af8d8c1c2ac59a2d (diff)
btrfs: zstd: use folio_iter to handle zstd_decompress_bio()
Currently zstd_decompress_bio() is using compressed_bio->compressed_folios[] array to grab each compressed folio. However cb->compressed_folios[] is just a pointer to each folio of the compressed bio, meaning we can just replace the compressed_folios[] array by just grabbing the folio inside the compressed bio. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux/i2c/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions