njl 2007-04-09 19:23:52 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
Clean up the root mount and mount wait code. No mutexes are needed here
since a spurious wakeup() is the only possible outcome and this is fine in
the BSD programming model.
Revision Changes Path
1.255 +10 -15 src/sys/kern/vfs_mount.c