]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list
authorFilipe Manana <fdmanana@suse.com>
Mon, 4 Nov 2024 11:50:14 +0000 (11:50 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:22 +0000 (14:34 +0100)
commitdd0896e77d89686c0736485c5ed4d115e99eaa0c
treea09d4de694ba54d77a14e8557b43f0b2a34122d5
parent6c83d153ed86eb17c46eafe4e78af4ce2071a052
btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list

The comment refers to a list in the respective delayed ref head that no
longer exists (ref_list), it was replaced with a rbtree (ref_tree) in
commit 0e0adbcfdc90 ("btrfs: track refs in a rb_tree instead of a list").

So update the stale comment to refer to the rbtree instead of the old
list.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.h