]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: remove unused flag EXTENT_BUFFER_IN_TREE
authorDaniel Vacek <neelx@suse.com>
Tue, 18 Mar 2025 09:54:38 +0000 (10:54 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:39 +0000 (14:30 +0200)
commit062f3d02a21ce4ec212fa53f8e05db65554b09d1
tree59a694b1a636041d64e4e6656baf9fe72b422b93
parentc61660ec341e65650e58c92d0af71184aa216ff0
btrfs: remove unused flag EXTENT_BUFFER_IN_TREE

This flag is set after inserting the eb to the buffer tree and cleared
on it's removal.  It was added in commit 34b41acec1ccc0 ("Btrfs: use a
bit to track if we're in the radix tree") and wanted to make use of it,
faa2dbf004e89e ("Btrfs: add sanity tests for new qgroup accounting
code"). Both are 10+ years old, we can remove the flag.

Signed-off-by: Daniel Vacek <neelx@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h