btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIR
authorJosef Bacik <josef@toxicpanda.com>
Fri, 15 Jul 2022 19:45:28 +0000 (15:45 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Sep 2022 10:27:54 +0000 (12:27 +0200)
commit588a486835b0bcf3fd457423f68204546220b6a7
treec598296ebdd47cbce1760e37f12aeb2e5d6b460a
parent7b9c293b050f92e3441150f34f1dd801a0040e94
btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIR

Before when this was modifying the bit field we had to protect it with
the bg->lock, however now we're using bit helpers so we can stop
using the bg->lock.

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/volumes.c