From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: fs: break out inode LRU operations from inode_lock V2 Date: Thu, 28 Oct 2010 09:58:55 -0400 Message-ID: <20101028135855.GA13038@infradead.org> References: <1288220538-21476-1-git-send-email-david@fromorbit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Dave Chinner Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:57886 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758753Ab0J1N65 (ORCPT ); Thu, 28 Oct 2010 09:58:57 -0400 Content-Disposition: inline In-Reply-To: <1288220538-21476-1-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Oct 28, 2010 at 10:02:14AM +1100, Dave Chinner wrote: > Hi Al, > > The following patches break the inode LRU operations and the first > half of iput_final() out from under the inode_lock. The patches > should apply to your current merge-stem tree. The series looks good to me and survives QA so far.