Loading fs/btrfs/volumes.c +3 −4 Original line number Original line Diff line number Diff line Loading @@ -366,7 +366,7 @@ static noinline void run_scheduled_bios(struct btrfs_device *device) btrfsic_submit_bio(cur->bi_rw, cur); btrfsic_submit_bio(cur->bi_rw, cur); num_run++; num_run++; batch_run++; batch_run++; if (need_resched()) cond_resched(); cond_resched(); /* /* Loading Loading @@ -400,7 +400,6 @@ static noinline void run_scheduled_bios(struct btrfs_device *device) * against it before looping * against it before looping */ */ last_waited = ioc->last_waited; last_waited = ioc->last_waited; if (need_resched()) cond_resched(); cond_resched(); continue; continue; } } Loading Loading
fs/btrfs/volumes.c +3 −4 Original line number Original line Diff line number Diff line Loading @@ -366,7 +366,7 @@ static noinline void run_scheduled_bios(struct btrfs_device *device) btrfsic_submit_bio(cur->bi_rw, cur); btrfsic_submit_bio(cur->bi_rw, cur); num_run++; num_run++; batch_run++; batch_run++; if (need_resched()) cond_resched(); cond_resched(); /* /* Loading Loading @@ -400,7 +400,6 @@ static noinline void run_scheduled_bios(struct btrfs_device *device) * against it before looping * against it before looping */ */ last_waited = ioc->last_waited; last_waited = ioc->last_waited; if (need_resched()) cond_resched(); cond_resched(); continue; continue; } } Loading