From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 0/9] Support follow_link in RCU-walk. Date: Thu, 5 Mar 2015 16:00:33 +0000 Message-ID: <20150305160032.GB29656@ZenIV.linux.org.uk> References: <20150305051530.23906.65097.stgit@notabene.brown> <20150305060520.GY29656@ZenIV.linux.org.uk> <21752.24468.376138.308459@quad.stoffel.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: NeilBrown , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: John Stoffel Return-path: Content-Disposition: inline In-Reply-To: <21752.24468.376138.308459@quad.stoffel.home> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Mar 05, 2015 at 08:52:20AM -0500, John Stoffel wrote: > So what happens if your filesystem is 10Tb in size, and you have 50 > million files and lots of them are symlinks? I've got developers who > do shit like this and wonder why performance sucks.... and I just > worry that GPF_KERNEL is a limited resource. But maybe 64bit systems > won't really have any problems? What would keep all those symlinks' contents pinned in page cache?