diff options
| author | Thomas Gleixner <[email protected]> | 2015-09-30 19:20:39 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2015-09-30 19:20:39 +0000 |
| commit | 09907ca630047bbeaa96de0102df7a6cc3a966cd (patch) | |
| tree | 99e2155ea7b87ebdbeea96b7165d55ad0413006d /fs/btrfs/super.c | |
| parent | x86/apic: Deinline various functions (diff) | |
| parent | x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC (diff) | |
| download | kernel-09907ca630047bbeaa96de0102df7a6cc3a966cd.tar.gz kernel-09907ca630047bbeaa96de0102df7a6cc3a966cd.zip | |
Merge branch 'x86/for-kvm' into x86/apic
Pull in the apic change which is provided for kvm folks to pull into
their tree.
Diffstat (limited to 'fs/btrfs/super.c')
| -rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 2b07b3581781..11d1eab9234d 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -1658,9 +1658,7 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data) * groups on disk until we're mounted read-write again * unless we clean them up here. */ - mutex_lock(&root->fs_info->cleaner_mutex); btrfs_delete_unused_bgs(fs_info); - mutex_unlock(&root->fs_info->cleaner_mutex); btrfs_dev_replace_suspend_for_unmount(fs_info); btrfs_scrub_cancel(fs_info); |
