cvs commit: src/sys/kern kern_jail.c
Jeremie Le Hen
jeremie at le-hen.org
Wed Sep 28 02:13:08 PDT 2005
Hi Christian,
On Wed, Sep 28, 2005 at 12:30:56AM +0000, Christian S.J. Peron wrote:
> csjp 2005-09-28 00:30:56 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_jail.c
> Log:
> Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep track
> of whether or not Giant was picked up by the filesystem. Add VFS_LOCK_GIANT
> macros around vrele as it's possible that this can call in the VOP_INACTIVE
> filesystem specific code. Also while we are here, remove the Giant assertion.
> from the sysctl handler, we do not actually require Giant here so we
> shouldn't assert it. Doing so will just complicate things when Giant is removed
> from the sysctl framework.
Do you plan to MFC this to RELENG_6 ?
Regards,
--
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >
More information about the cvs-src
mailing list