From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: Name hashing function causing a perf regression Date: Mon, 15 Sep 2014 17:25:16 +0100 Message-ID: <20140915162516.GU7996@ZenIV.linux.org.uk> References: <54134EFA.2030101@fb.com> <541364DE.5030104@fb.com> <54136EEF.4050209@fb.com> <54170C08.5070603@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Josef Bacik , stable , Andi Kleen , linux-fsdevel , Christoph Hellwig , Chris Mason To: Linus Torvalds Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:38430 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753319AbaIOQZX (ORCPT ); Mon, 15 Sep 2014 12:25:23 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Sep 15, 2014 at 09:22:57AM -0700, Linus Torvalds wrote: > The other performance issues I found are actually potentially worse, > but they aren't regressions and they hit only when using namespaces. > Which mostly nobody does on old kernels anyway. More of a "systemd > uses namespaces for /tmp, and then it's quite noticeable as slowing > down pathname lookups there if you benchmark it". Umm... They are easy to trigger with just mount --bind; no namespaces needed, actually.