From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 0/17] fs: Inode cache scalability Date: Wed, 29 Sep 2010 22:21:40 -0400 Message-ID: <20100930022140.GB21198@infradead.org> References: <1285762729-17928-1-git-send-email-david@fromorbit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Dave Chinner Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:39462 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751770Ab0I3CVk (ORCPT ); Wed, 29 Sep 2010 22:21:40 -0400 Content-Disposition: inline In-Reply-To: <1285762729-17928-1-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Btw, another relatively easy patch from Nick's series is: http://git.kernel.org/?p=linux/kernel/git/npiggin/linux-npiggin.git;a=commitdiff;h=950bbff18b19663abc2d260e352efd51fd79dbf7 although I think the second hunk could be done better by simply not calling __inode_add_to_lists but just factoring out a hunk to add the inode only to the i_sb_list which is all that's left after the patches in this series. And of course both hunks should be separate patches.