Allow BKL re-acquire to fail, causing us to re-schedule.
This allows for low-latency BKL contention even with preemption. Previously, since preemption is disabled over context switches, re-acquiring the kernel lock when resuming a process would be non-preemtible.
Showing
Please register or sign in to comment