btrfs: rename macro local variables that clash with other variables
authorDavid Sterba <dsterba@suse.com>
Mon, 20 May 2024 17:49:17 +0000 (19:49 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:18 +0000 (15:33 +0200)
commit91629e6dea437c6e7f01431e423a90ed1bab5db3
tree4b6eaaca7b2c46a2d6dd4a2cef611ae3c6cc1c83
parent9c5e1fb024df2675eeb6a2f43770687602a0ffdc
btrfs: rename macro local variables that clash with other variables

Fix variable names in two macros where there's a local function variable
of the same name.  In subpage_calc_start_bit() it's in several callers,
in btrfs_abort_transaction() it's only in replace_file_extents().
Found by 'make W=2'.

Reviewed-by: Boris Burkov <boris@bur.io>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/subpage.c
fs/btrfs/transaction.h