From owner-svn-src-all@FreeBSD.ORG Mon Jul 7 14:10:36 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B4795A; Mon, 7 Jul 2014 14:10:36 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DAC42965; Mon, 7 Jul 2014 14:10:35 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so4393188wgh.11 for ; Mon, 07 Jul 2014 07:10:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QRMQ8DkeyoKegBz5sI2BrhHWQAhRL81at9HacbbtcQM=; b=WPf9EWyMEKigiV07zcUSeOQ0M571c3uWzFtYiP4U0vgOkWRuHDJbiAH8XS7T2YbDvs Enke6jdHmVTv+t7PpjJorlFf62SkNIY7tmjZtE439femcTe4QMc8FOhTshcvEW9bqAKi 7JWqPVsYP08o18a4xGdWP1qfHyFASZdmujW+l4AjYAtbhw9Q4xY9VRTa7jbJtrkoern5 i2t65DKF592+gn7yw3JMFVntySaDJWjKRgpdeqYk6fbRpxqQXA4NQGmyBlfsTo/K+c8H 9+SBrAqS1dpYBMSZ44OQdFEnYBzYFpBQq/+rqGXUkSDErm4PP91s0jIJRKm9K4YaLgXy hLQQ== X-Received: by 10.180.96.97 with SMTP id dr1mr77211413wib.19.1404742233190; Mon, 07 Jul 2014 07:10:33 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id r9sm115561929wia.17.2014.07.07.07.10.31 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 07 Jul 2014 07:10:32 -0700 (PDT) Date: Mon, 7 Jul 2014 16:10:24 +0200 From: Mateusz Guzik To: Konstantin Belousov Subject: Re: svn commit: r268087 - head/sys/kern Message-ID: <20140707141024.GA5265@dft-labs.eu> References: <201407010921.s619LXHL063077@svn.freebsd.org> <20140701114245.GO93733@kib.kiev.ua> <20140701115612.GA26696@dft-labs.eu> <20140701123058.GP93733@kib.kiev.ua> <20140701125410.GB26696@dft-labs.eu> <20140701180903.GT93733@kib.kiev.ua> <20140706211850.GA17706@dft-labs.eu> <20140706213900.GB17706@dft-labs.eu> <20140707062357.GF93733@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20140707062357.GF93733@kib.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Mateusz Guzik X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 14:10:36 -0000 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