]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove fs_info from struct btrfs_backref_iter
authorDavid Sterba <dsterba@suse.com>
Thu, 30 Apr 2026 15:25:00 +0000 (17:25 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Jun 2026 13:53:32 +0000 (15:53 +0200)
commitbe516b2d3c438a0c6dc934e797419fefae24a86e
tree04af1aac877f95295ec8a5e64ed589f363bc176a
parent2b5e43348877bc90ee9a41e447069d9a1f023359
btrfs: remove fs_info from struct btrfs_backref_iter

The fs_info is available everywhere and we don't need to store it inside
a structure that is used within one function only, which is
build_backref_tree(). The size of btrfs_backref_iter is now 48 bytes.

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