]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: zlib: drop redundant folio address variable
authorDavid Sterba <dsterba@suse.com>
Tue, 6 Jan 2026 16:20:30 +0000 (17:20 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 Apr 2026 16:56:07 +0000 (18:56 +0200)
commit4d083672b49294c31a683fd0e50d468e555768ca
tree2cfd8cf3160a31ce16c5b86ff7f17262a1a7ec9e
parent5b93f241685fa87c6a222522e18ca2c21f4b29fb
btrfs: zlib: drop redundant folio address variable

We're caching the current output folio address but it's not really
necessary as we store it in the variable and then pass it to the stream
context. We can read the folio address directly.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/zlib.c