Re: [PATCH 5/7] btrfs: lift uuid_mutex to callers of btrfs_parse_early_options

2018-07-04 Thread Anand Jain
On 06/21/2018 01:51 AM, David Sterba wrote: Prepartory work to fix race between mount and device scan. btrfs_parse_early_options calls the device scan from mount and we'll need to let mount completely manage the critical section. Signed-off-by: David Sterba Reviewed-by: Anand Jain Thank

[PATCH 5/7] btrfs: lift uuid_mutex to callers of btrfs_parse_early_options

2018-06-20 Thread David Sterba
Prepartory work to fix race between mount and device scan. btrfs_parse_early_options calls the device scan from mount and we'll need to let mount completely manage the critical section. Signed-off-by: David Sterba --- fs/btrfs/super.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)