]> git.hungrycats.org Git - linux/commit
btrfs: stop reading free space inodes from the commit root
authorTal Zussman <tz2294@columbia.edu>
Thu, 17 Sep 2026 04:00:12 +0000 (00:00 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 17 Sep 2026 17:49:48 +0000 (19:49 +0200)
commit62306ae8550aace11ac6aab34257b9c8fa9be2d3
tree64942a6c10daf54faed1506a3b3e5d9c6f4a3a23
parent10a475e4f857b066aa3adeb1f2e05629493000c7
btrfs: stop reading free space inodes from the commit root

Free space inode data was only read when loading the v1 cache, which is
gone, so btrfs_get_extent() and btrfs_lookup_bio_sums() no longer need
to search the commit root for them.

Assisted-by: Claude:claude-fable-5-1
Signed-off-by: Tal Zussman <tz2294@columbia.edu>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file-item.c
fs/btrfs/inode.c