diff options
author | Dave Airlie <airlied@redhat.com> | 2012-07-20 06:53:28 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-20 06:53:28 +0200 |
commit | e6b0b6a82f9c93fe3dd060ae54719456474a74a3 (patch) | |
tree | 89528134f61971718b1fa363b54bc3c7cebf1392 /fs/btrfs/super.c | |
parent | drm/sis: fixup sis_mm ioctl structs (diff) | |
parent | Linux 3.5-rc7 (diff) | |
download | linux-e6b0b6a82f9c93fe3dd060ae54719456474a74a3.tar.xz linux-e6b0b6a82f9c93fe3dd060ae54719456474a74a3.zip |
Merge tag 'v3.5-rc7' into drm-next
Merge Linus tree into drm to fixup conflicts in radeon code for further
testing before upstream merge.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Conflicts:
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/radeon/radeon_gart.c
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 0eb9a4da069e..e23991574fdf 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -1187,6 +1187,10 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data) if (ret) goto restore; + ret = btrfs_resume_balance_async(fs_info); + if (ret) + goto restore; + sb->s_flags &= ~MS_RDONLY; } |