diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index b39737568c223c208d92b2f4ab73ac0263ad3ff4..b92e82d4413f2a2ac568000ed7aa0f3cc4bec286 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -517,12 +517,6 @@ static noinline void run_scheduled_bios(struct btrfs_device *device) &device->work); goto done; } - /* unplug every 64 requests just for good measure */ - if (batch_run % 64 == 0) { - blk_finish_plug(&plug); - blk_start_plug(&plug); - sync_pending = 0; - } } cond_resched();