Indentation does not make a block.. need curly braces too.
Submitted by: Eagle-eyes evans <bde@freebsd.org>
This commit is contained in:
parent
9d2b0ab82a
commit
85e40eaf26
@ -1658,10 +1658,11 @@ speedup_syncer()
|
||||
|
||||
td = FIRST_THREAD_IN_PROC(updateproc);
|
||||
mtx_lock_spin(&sched_lock);
|
||||
if (td->td_wchan == &lbolt) /* XXXKSE */
|
||||
if (td->td_wchan == &lbolt) {
|
||||
unsleep(td);
|
||||
TD_CLR_SLEEPING(td);
|
||||
setrunnable(td);
|
||||
}
|
||||
mtx_unlock_spin(&sched_lock);
|
||||
if (rushjob < syncdelay / 2) {
|
||||
rushjob += 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user