cvs commit: src/sys/kern vfs_mount.c
Matthew Dillon
dillon at apollo.backplane.com
Mon May 5 15:13:45 PDT 2008
:>=20
:> Modified files:
:> sys/kern vfs_mount.c=20
:> Log:
:> Properly yield to userland processes.
:
:Seems that this *still* didn't completely fix the issue. Do we have to=20
:sleep longer? Is it safe to do so?
:
:cheers
: simon
Try reducing the count limit from 10000 to 1000. If that doesn't work,
try sleeping for 2 ticks instead of 1 tick (with the count limit at
1000).
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Commits
mailing list