cvs commit: src/sys/kern vfs_mount.c

John Baldwin jhb at FreeBSD.org
Tue Oct 26 09:22:57 PDT 2004


On Saturday 23 October 2004 04:21 pm, Poul-Henning Kamp wrote:
> 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.

tsleep() already automatically drops Giant for you, so this is not required 
for geom events to run.

-- 

John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


More information about the cvs-src mailing list