btrfs: remove redundant variables from __process_folios_contig() and lock_delalloc_fo...
authorDavid Sterba <dsterba@suse.com>
Thu, 9 Jan 2025 10:24:45 +0000 (11:24 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:23 +0000 (14:53 +0100)
commitef8c0047aac932bd62a86cc3d5d66d328154fffe
treec66ee174666ce9013683ea346a1abf0af220937a
parent248c4ff3935252a82504c55cfd3592e413575bd0
btrfs: remove redundant variables from __process_folios_contig() and lock_delalloc_folios()

Same pattern in both functions, we really only use index, start_index is
redundant.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c