]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: send: drop unused parameter index from iterate_inode_ref_t callbacks
authorDavid Sterba <dsterba@suse.com>
Wed, 9 Oct 2024 14:31:09 +0000 (16:31 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:15 +0000 (14:34 +0100)
commita86a735d030fe21ea6459d757aed952b1d1b687a
treee62702c747ee4f4fdc9c48b125790f4ef24f73e0
parenta1e76e362f0467c872ff263d6d94276090aeb2ea
btrfs: send: drop unused parameter index from iterate_inode_ref_t callbacks

None of the ref iteration callbacks needs the index parameter (this is
for the directory item iteration), so we can drop it.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c