Date: Wed, 28 Sep 2005 11:13:08 +0200 From: Jeremie Le Hen <jeremie@le-hen.org> To: "Christian S.J. Peron" <csjp@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c Message-ID: <20050928091308.GA2151@obiwan.tataz.chchile.org> In-Reply-To: <200509280030.j8S0UuME056018@repoman.freebsd.org> References: <200509280030.j8S0UuME056018@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050928091308.GA2151>