OSDN Git Service

btrfs: move volume_mutex to callers of btrfs_rm_device
authorDavid Sterba <dsterba@suse.com>
Tue, 20 Mar 2018 16:20:45 +0000 (17:20 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:24 +0000 (18:07 +0200)
commit72b81abf95ae8d2c78c5f38197f47597cf192d2b
tree2d71c6d74fd7f3e21672b06a471092641db9844d
parentd48f39d5a529244f59454386208c6da92bb1c493
btrfs: move volume_mutex to callers of btrfs_rm_device

Move locking and unlocking next to the BTRFS_FS_EXCL_OP bit manipulation
so it's obvious that the two happen at the same time.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c
fs/btrfs/volumes.c