btrfs: drop exclusive_bits from set_extent_bit
authorJosef Bacik <josef@toxicpanda.com>
Fri, 9 Sep 2022 21:53:39 +0000 (17:53 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Sep 2022 10:28:04 +0000 (12:28 +0200)
commitc07d1004c55cd081aae9334227eabc1588179a65
tree988e381c2c213049127c863d0adef8dcd1822fe3
parentd6f65c27f5efedf515c37b40d93353f20495c638
btrfs: drop exclusive_bits from set_extent_bit

This is only ever set if we have EXTENT_LOCKED set, so simply push this
into the function itself and remove the function argument.

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/extent-io-tree.c
fs/btrfs/extent-io-tree.h
fs/btrfs/inode.c