]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: lzo: inline read/write length helpers
authorDavid Sterba <dsterba@suse.com>
Tue, 6 Jan 2026 16:20:29 +0000 (17:20 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 Apr 2026 16:56:07 +0000 (18:56 +0200)
commit5b93f241685fa87c6a222522e18ca2c21f4b29fb
treea38dfe35455e1ae1c7fb3d95d756c6788aeecec6
parent463626a2eccffc8945c73bc9361367ae4d8779a7
btrfs: lzo: inline read/write length helpers

The LZO_LEN read/write helpers are supposed to be trivial and we're
duplicating the put/get unaligned helpers so use them directly.

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