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