Add a short unconditional sleep in the lockf retry path to try to
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Jun 2004 08:35:15 +0000 (08:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Jun 2004 08:35:15 +0000 (08:35 +0000)
commit2971a3cf7e3b6a39add1e3f5d81997bce9f28fc8
tree0f982644d7f06987403b938c4e4d0b42bfcd5801
parenta725d563589199741b221f08b7a780bb8d04e785
Add a short unconditional sleep in the lockf retry path to try to
avoid locking up the system when a livelock bug we are trying to track down
occurs.
sys/kern/kern_lockf.c