OSDN Git Service

Btrfs: fix freeze vs auto defrag
authorMiao Xie <miaox@cn.fujitsu.com>
Mon, 26 Nov 2012 09:27:29 +0000 (09:27 +0000)
committerChris Mason <chris.mason@fusionio.com>
Mon, 17 Dec 2012 01:46:12 +0000 (20:46 -0500)
If we freeze the fs, the auto defragment should not run. Fix it.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/file.c

index 3c6f747..d415a05 100644 (file)
@@ -318,8 +318,11 @@ static int __btrfs_run_defrag_inode(struct btrfs_fs_info *fs_info,
        memset(&range, 0, sizeof(range));
        range.len = (u64)-1;
        range.start = defrag->last_offset;
+
+       sb_start_write(fs_info->sb);
        num_defrag = btrfs_defrag_file(inode, NULL, &range, defrag->transid,
                                       BTRFS_DEFRAG_BATCH);
+       sb_end_write(fs_info->sb);
        /*
         * if we filled the whole defrag batch, there
         * must be more work to do.  Queue this defrag