phk 2004-10-23 20:21:05 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
Drop Giant around the call to g_waitidle().
This is necessary to allow any geom events which need it to pick up Giant.
Revision Changes Path
1.144 +2 -0 src/sys/kern/vfs_mount.c