• Dave Kleikamp's avatar
    Fix races in JFS threads. · 00601079
    Dave Kleikamp authored
    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.
    00601079
jfs_txnmgr.c 72.4 KB