svn commit: r268087 - head/sys/kern

Mateusz Guzik mjguzik at gmail.com
Mon Jul 7 14:10:36 UTC 2014


On Mon, Jul 07, 2014 at 09:23:57AM +0300, Konstantin Belousov wrote:
> On Sun, Jul 06, 2014 at 11:39:00PM +0200, Mateusz Guzik wrote:
> > > That said, I would prefer to just commit previously proposed fixup.
> > > 
> Ok.
> 

Committed as r268365.

> > 
> > hm, I only now notice that fexecve case does:
> > vn_lock(binvp, LK_EXCLUSIVE | LK_RETRY)
> > 
> > I guess this can be safely changed to LK_SHARED.
> 
> No, it cannot.  The VV_TEXT flag must be handled under the exclusive lock.


Allright, not touching this one.

Thanks,
-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the svn-src-all mailing list