From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] reiserfs: Expand i_mutex to enclose lookup_one_len Date: Mon, 4 May 2009 07:13:27 +0100 Message-ID: <20090504061327.GG8633@ZenIV.linux.org.uk> References: <49FB1F20.8040400@suse.com> <20090503085236.GT8633@ZenIV.linux.org.uk> <20090503091507.GU8633@ZenIV.linux.org.uk> <49FE7448.2040302@suse.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <49FE7448.2040302@suse.com> Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jeff Mahoney Cc: Linux Kernel Mailing List , ReiserFS Mailing List , Andrew Morton , Al Viro , Alexander Beregalov , David On Mon, May 04, 2009 at 12:51:20AM -0400, Jeff Mahoney wrote: > Huh. I didn't see that still in there. That's an artifact of an earlier > version of the code where I kept a reference to /.reiserfs_priv/xattrs. > Then I decided that .reiserfs_priv was all I needed to cache (to avoid > recursive i_mutex locking on the fs root) and dropped the caching of > xattrs. Looks like it didn't get totally cleared out. It's not that simple ;-/ You check it in journalling code, AFAICS in order to decide how much will that sucker take (due to extra mkdir?) and something will need to be done with that check. Anyway, I'm going to push all that stuff to #for-next, so that -next would pick it. I have *not* touched the xattr_root logics, so if you could do that on top of your patch + my incremental...