]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: add a comment for new_bytenr in backref_cache_node
authorJosef Bacik <josef@toxicpanda.com>
Thu, 3 Oct 2024 15:43:05 +0000 (11:43 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:15 +0000 (14:53 +0100)
commitcb7de8ee9c50d86c7ea0f48c6bf50bab84613f22
tree46ebf8236f018a4910b7997ac718c56b2475422f
parentb1d4d5d1d8cf42a97e2e2bb7e7c2a965cef78dc4
btrfs: add a comment for new_bytenr in backref_cache_node

Add a comment for this field so we know what it is used for.  Previously
we used it to update the backref cache, so people may mistakenly think
it is useless, but in fact exists to make sure the backref cache makes
sense.

Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.h