Loading fs/btrfs/volumes.c +3 −4 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ loop_lock: btrfsic_submit_bio(cur->bi_rw, cur); num_run++; batch_run++; if (need_resched()) cond_resched(); /* Loading Loading @@ -400,7 +400,6 @@ loop_lock: * 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 @@ loop_lock: btrfsic_submit_bio(cur->bi_rw, cur); num_run++; batch_run++; if (need_resched()) cond_resched(); /* Loading Loading @@ -400,7 +400,6 @@ loop_lock: * against it before looping */ last_waited = ioc->last_waited; if (need_resched()) cond_resched(); continue; } Loading