diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 1bb54d69fbb2..3b0e974a9e9c 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -605,7 +605,7 @@ static int btree_submit_bio_hook(struct inode *inode, int rw, struct bio *bio, | |||
605 | BUG_ON(ret); | 605 | BUG_ON(ret); |
606 | 606 | ||
607 | return btrfs_map_bio(BTRFS_I(inode)->root, rw, bio, | 607 | return btrfs_map_bio(BTRFS_I(inode)->root, rw, bio, |
608 | mirror_num, 1); | 608 | mirror_num, 0); |
609 | } | 609 | } |
610 | return btrfs_wq_submit_bio(BTRFS_I(inode)->root->fs_info, | 610 | return btrfs_wq_submit_bio(BTRFS_I(inode)->root->fs_info, |
611 | inode, rw, bio, mirror_num, 0, | 611 | inode, rw, bio, mirror_num, 0, |
@@ -1139,11 +1139,11 @@ static int btrfs_congested_fn(void *congested_data, int bdi_bits) | |||
1139 | struct list_head *cur; | 1139 | struct list_head *cur; |
1140 | struct btrfs_device *device; | 1140 | struct btrfs_device *device; |
1141 | struct backing_dev_info *bdi; | 1141 | struct backing_dev_info *bdi; |
1142 | 1142 | #if 0 | |
1143 | if ((bdi_bits & (1 << BDI_write_congested)) && | 1143 | if ((bdi_bits & (1 << BDI_write_congested)) && |
1144 | btrfs_congested_async(info, 0)) | 1144 | btrfs_congested_async(info, 0)) |
1145 | return 1; | 1145 | return 1; |
1146 | 1146 | #endif | |
1147 | list_for_each(cur, &info->fs_devices->devices) { | 1147 | list_for_each(cur, &info->fs_devices->devices) { |
1148 | device = list_entry(cur, struct btrfs_device, dev_list); | 1148 | device = list_entry(cur, struct btrfs_device, dev_list); |
1149 | if (!device->bdev) | 1149 | if (!device->bdev) |