Btrfs: proper -ENOSPC handling
[pandora-kernel.git] / fs / btrfs / disk-io.c
index f1e905f..ece8d1e 100644 (file)
@@ -1629,7 +1629,7 @@ struct btrfs_root *open_ctree(struct super_block *sb,
        fs_info->sb = sb;
        fs_info->max_extent = (u64)-1;
        fs_info->max_inline = 8192 * 1024;
-       fs_info->metadata_ratio = 8;
+       fs_info->metadata_ratio = 0;
 
        fs_info->thread_pool_size = min_t(unsigned long,
                                          num_online_cpus() + 2, 8);