• Robert Love's avatar
    [PATCH] have lockd and rpciod drop locks on exit · c9247f49
    Robert Love authored
    Neither lockd nor rpciod properly drop the BKL on exit.
    
    Yes, the BKL is automatically relinquished on schedule but the failure
    to drop the lock throws off the atomic accounting and results in a
    preempt_count warning on exit.
    
    This makes them play fair - it does not hurt.
    c9247f49
sched.c 26 KB