From owner-freebsd-arch@FreeBSD.ORG Thu Nov 10 18:12:28 2011 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6946A106567C for ; Thu, 10 Nov 2011 18:12:28 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id EAD358FC16 for ; Thu, 10 Nov 2011 18:12:27 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so3607540bkb.13 for ; Thu, 10 Nov 2011 10:12:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=LHpMW7tw787XCFzZM9Nnga3By0EL42daaOGNM2JI4PM=; b=rrPwQJCvvzLl5BCwjCGw7lf3Lpn2i1XAwUSHeW2sR1zJpXMoPhJr0GpvNfjSGNGAGI N8/emiuNdcsmMuboUq9y1b/JvrMJqaypxvf31nEAU+5ivVEXGP5zDGlshN+mAiHt6vXK QoBH/cIdWBjhkGdanY4NlOZSJFnPGfp1bXMm0= MIME-Version: 1.0 Received: by 10.182.41.69 with SMTP id d5mr2092297obl.47.1320948746496; Thu, 10 Nov 2011 10:12:26 -0800 (PST) Received: by 10.182.122.33 with HTTP; Thu, 10 Nov 2011 10:12:26 -0800 (PST) In-Reply-To: <20111110174722.GJ2164@hoeg.nl> References: <20111110123919.GF2164@hoeg.nl> <20111110171605.GI2164@hoeg.nl> <20111110174722.GJ2164@hoeg.nl> Date: Thu, 10 Nov 2011 10:12:26 -0800 Message-ID: From: Garrett Cooper To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arch@freebsd.org Subject: Re: The strangeness called `sbin' X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 18:12:28 -0000 On Thu, Nov 10, 2011 at 9:47 AM, Ed Schouten wrote: > * Peter Wemm , 20111110 18:33: >> Having /sbin in $PATH where /sbin is a symlink to /bin would be worse >> than having no /sbin at all, from a perspective of rootvnode lock >> lifetime. =A0If you can figure out how to get people to remove /sbin and >> /usr/sbin from their paths after the symlink changes then it becomes a >> moot point. =A0But heck, I still have /usr/X11R6 in mine... :( > > On the other hand, if people used to have /sbin in their path and *do* > remove it properly after the upgrade, they should in theory see a > performance improvement, right? Doesn't the negative directory cache (namei, etc) mitigate this? Thanks! -Garrett