From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ram Pai Subject: Re: [RFC PATCH 4/10] vfs: global namespace semaphore Date: Tue, 20 Sep 2005 00:46:02 -0700 Message-ID: <1127202362.10061.16.camel@localhost> References: <20050916182619.GA28474@RAM> <20050920065142.GH7992@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Andrew Morton , Miklos Szeredi , mike@waychison.com, bfields@fieldses.org, serue@us.ibm.com Return-path: To: Al Viro In-Reply-To: <20050920065142.GH7992@ftp.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 2005-09-19 at 23:51, Al Viro wrote: > On Fri, Sep 16, 2005 at 11:26:19AM -0700, Ram wrote: > > This patch removes the per-namespace semaphore in favor of a global > > semaphore. This can have an effect on namespace scalability. > > ... and #2 uses that semaphore... Patch #2, uses the global semaphore. Yes that patch would'nt have compiled without patch #4, because the global semaphore got defined only in the patch #4. RP