Fix races in JFS threads.
Timing window between JFS threads dropping a lock and going to sleep allowed a waker to send wake_up_process right before wakee slept. This resulted in the thread going to sleep indefinately.
Showing
Please register or sign in to comment