btrfs: update comment for visit_node_for_delete()
authorSun YangKai <sunk67188@gmail.com>
Mon, 24 Nov 2025 03:53:05 +0000 (11:53 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 05:38:31 +0000 (06:38 +0100)
commit53e83031494715482d11d3e1394058a10d96f486
treef80eb79509ce63012294bafbd7a0959278a40929
parent18f7fcd5e69a04df57b563360b88be72471d6b62
btrfs: update comment for visit_node_for_delete()

Drop the obsolete @refs parameter from the comment so the argument list
matches the current function signature after commit f8c4d59de23c9
("btrfs: drop unused parameter refs from visit_node_for_delete()").

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Sun YangKai <sunk67188@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c