]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3799521f66611f250b36214dda4a94360c397122
tree988e381c2c213049127c863d0adef8dcd1822fe3
parentca7a8b705fa52e1d88ad09ee9435638ad0b02c5c
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