From owner-svn-src-all@freebsd.org Mon Jan 30 07:36:49 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13317CC7CA7; Mon, 30 Jan 2017 07:36:49 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1A4B1EF3; Mon, 30 Jan 2017 07:36:48 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x243.google.com with SMTP id y143so22779806pfb.1; Sun, 29 Jan 2017 23:36:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=ybXnzBrwgNxRNj2YdeqU5aLtff+P8x9xPZv76s6J1fU=; b=YcvrAIqOhM+v+khYsmECxX3yTyTiM0kM7s7aykauQwNgehoOXw4yq1f8A8I99iMuwJ oElH1bpiMttrzEVcxKledQgtZ3P3GFQr253ts5VAmUpFzm11vFZ0Y+zIk9YbHA29ec74 XFg+EqWdSuAUmwXERQo9ScvfPGGJ5tbXGmyXJ/WNzCr9idnw/TMXnV54H2dhKSYlO7Sf ko+RfsuFFgoBcNEI3Wj7me87Xae8MGq7lMtfVF902tJwr66f2LuIFtlGUse9GXDR+ilp /ZBdc5uiuCyZV9tfbrkzi8Vt5jtPeIXs4QlmxKhJ0K/OJVv+8YN6aVZy+N0agsNyXX06 9xNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=ybXnzBrwgNxRNj2YdeqU5aLtff+P8x9xPZv76s6J1fU=; b=NXeObqsaiUwlj0O4nDM7Af/VlWAP4NARDEbqVuFonmgghqqLqENboRlBUuX4eut8Ey X2xSWaaucFauP1/VYAnGRvrNwcSkjzftH0x6/kY1KJ+uW+uuiS0MRXrStSSjzagAM2ao nA69Y6lVa+Eg5f0ZKvs91ax4f881EUy6qeQyMtGRW5iePe+QOFgVjJEH6rypo+QtqrUM nMS2Q4uK8GfxErkjLOvxpUZSVz1L7lLtuY1LWWHVpMaxZwWFPy+T3olRqDad6YxMIh6X oJRqmFa3d01E4+L7yAFapTn2nmWMoaThhQ5yj61hBSZYB9tuitHYZZ49IY9zUFQ6BlVG efDQ== X-Gm-Message-State: AIkVDXIFI0/QfjWz7bxZvYkI/I6VP3aetg+9jYjqqVJGupmIbMIRj3XiYuZ8LALdlTKupw== X-Received: by 10.98.196.202 with SMTP id h71mr21642988pfk.66.1485761808485; Sun, 29 Jan 2017 23:36:48 -0800 (PST) Received: from pinklady.local (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id x16sm29522849pfk.79.2017.01.29.23.36.47 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 29 Jan 2017 23:36:47 -0800 (PST) Subject: Re: svn commit: r312981 - head/sys/kern Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_E31D0254-B597-437C-AD1B-B9FB41878D64"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <69ABCAE8-DC41-41F1-B980-BD4190B59B28@gmail.com> Date: Sun, 29 Jan 2017 23:36:46 -0800 Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <8BD46B78-3929-4C4C-877B-E8B935359636@gmail.com> References: <201701300320.v0U3K6VH031459@repo.freebsd.org> <69ABCAE8-DC41-41F1-B980-BD4190B59B28@gmail.com> To: Benjamin Kaduk X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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, 30 Jan 2017 07:36:49 -0000 --Apple-Mail=_E31D0254-B597-437C-AD1B-B9FB41878D64 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Jan 29, 2017, at 21:52, Ngie Cooper (yaneurabeya) = wrote: >=20 >>=20 >> On Jan 29, 2017, at 21:51, Benjamin Kaduk wrote: >>=20 >> On Sun, Jan 29, 2017 at 11:46 PM, Ngie Cooper (yaneurabeya) = wrote: >>=20 >>> On Jan 29, 2017, at 19:20, Mateusz Guzik wrote: >>>=20 >>> Author: mjg >>> Date: Mon Jan 30 03:20:05 2017 >>> New Revision: 312981 >>> URL: https://svnweb.freebsd.org/changeset/base/312981 >>>=20 >>> Log: >>> cache: use vrefact for '.' lookups and refing the rdir in fullpath >>=20 >> =E2=80=A6 why? >>=20 >> These are cases when it's know that there already exists a reference = somewhere [else], so it's safe to apply the optimization? I'm not sure = I understand whether that's what you're asking, though. >=20 > Thanks! I=E2=80=99m trying to note that for folks that don=E2=80=99t = know this knowledge area, it would be nice if it was actually listed in = the commit message ;)=E2=80=A6 (sending non-unicast this time) -Ngie --Apple-Mail=_E31D0254-B597-437C-AD1B-B9FB41878D64 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJYju0PAAoJEPWDqSZpMIYV3DMP/3kjJbqc4ml/UlxPiHJJ23L7 kRH2X6qFpTDh2YzA3McfKiNP2BZ37qiGhO/sxCL/+nq0FGxokCi0LwVOAWFk0Nsf ZglqhWmBKDLu1P5PvZGGJVW7cIbu+cae95SXU0BNwOCmVX7WRN9+aDt9GXtSBZjF hFfkhukFV+VosJluPbTPw54Fmq+GctxpAstzpaLw6jupRxt6oDV3YvdX1nk0STJo VjFJwc98Nol3jvMOwQYUUB17D9EfK5/ERWlagc7R/EthBm4BsEzXd3XDHzyzvRdf /uOG24LjVaNuOcv1aLBsDmYmrpjEdLDkzuB/joxS8ihTVt9HW7Yccn3EYA4vSWSx TheyNd/yZjYioUGGFpyaucVDhyCNXXpEOWh7IFBoyt6Xeox3Q50S8711Iy8hxSkB RCuVERIGmTj0iiisV6Sqh5hRUGdv+c+FiMC1fLyYJL7mpAlUSC6DVEN656OmUllS XBoRwk96auJJlSkjrdHnI0aMo1pgLJqS70yVJu6gHKBI8Gt9vRG0Ym7IIFc9223n VGCjn69F/xPo9yOEKcBaNaOrYdlK2XNcNbEvF/Q3j02odAlHYULvInPzetfsDpaC uGDa1Ko9pwaI5jt+3MZBeqVX62nqraPeJiHBd+MJg3UAAs0PKIUOe9Y2UCKIBHJB +UpdjEG3JZy8/Hd77xHF =m68A -----END PGP SIGNATURE----- --Apple-Mail=_E31D0254-B597-437C-AD1B-B9FB41878D64--