From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v3 resend] procfs: Improve Scaling in proc Date: Fri, 15 Feb 2013 15:44:47 -0800 Message-ID: <20130215154447.afd1e259.akpm@linux-foundation.org> References: <1360961274-24652-1-git-send-email-nzimmer@sgi.com> <20130215141239.99a3bccc.akpm@linux-foundation.org> <511EC73A.4050008@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , , , "Eric W. Biederman" , David Woodhouse , Alexey Dobriyan , "Paul E. McKenney" To: Nathan Zimmer Return-path: In-Reply-To: <511EC73A.4050008@sgi.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 15 Feb 2013 17:39:38 -0600 Nathan Zimmer wrote: > > So are all these games with local variable `llseek' still needed? > > afaict the increment of pde_users will stabilize ->fops? > We still are setting de->proc_fops to NULL to prevent new callers. > Also we still have to save fops-> since we cannot use fops outside the > rcu_read_un/lock. > Unless I misunderstood your question. ah, so we are.