btrfs: waiting on qgroup rescan should not always be interruptible
[linux-2.6-block.git] / fs / btrfs / disk-io.c
index f5b2a7fb4575056c1c32f08d0691400581c9464a..7857f64e1cae23e3b87f1f2f7b8e792ff371ced5 100644 (file)
@@ -3864,7 +3864,7 @@ void close_ctree(struct btrfs_root *root)
        smp_mb();
 
        /* wait for the qgroup rescan worker to stop */
-       btrfs_qgroup_wait_for_completion(fs_info);
+       btrfs_qgroup_wait_for_completion(fs_info, false);
 
        /* wait for the uuid_scan task to finish */
        down(&fs_info->uuid_tree_rescan_sem);