Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2004 12:19:03 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200410261219.03262.jhb@FreeBSD.org>
In-Reply-To: <200410232021.i9NKL5aF020471@repoman.freebsd.org>
References:  <200410232021.i9NKL5aF020471@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410261219.03262.jhb>