Btrfs: pause the space balance when remounting to R/O
authorMiao Xie <[email protected]>
Wed, 15 May 2013 07:48:17 +0000 (07:48 +0000)
committerJosef Bacik <[email protected]>
Sat, 18 May 2013 01:40:31 +0000 (21:40 -0400)
Signed-off-by: Miao Xie <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
fs/btrfs/super.c

index a4807ced23cc5791d500d28ee9f91fdc915f5df0..f0857e092a3cb1af485604850052440579a1bbf1 100644 (file)
@@ -1263,6 +1263,7 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data)
 
                btrfs_dev_replace_suspend_for_unmount(fs_info);
                btrfs_scrub_cancel(fs_info);
+               btrfs_pause_balance(fs_info);
 
                ret = btrfs_commit_super(root);
                if (ret)