From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/4] fs: Convert inode slab creation to use consistent parameters Date: Mon, 25 Apr 2011 13:46:08 -0400 Message-ID: <20110425174608.GA9779@infradead.org> References: <1289201305-14866-1-git-send-email-david@fromorbit.com> <1289201305-14866-3-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, eric.dumazet@gmail.com, paulmck@linux.vnet.ibm.com To: Dave Chinner Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:51402 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758695Ab1DYRqO (ORCPT ); Mon, 25 Apr 2011 13:46:14 -0400 Content-Disposition: inline In-Reply-To: <1289201305-14866-3-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Nov 08, 2010 at 06:28:23PM +1100, Dave Chinner wrote: > From: Dave Chinner > > The inode slab creation functions in different filesystem don't all set up the > slab caches correctly. Add a new flag SLAB_INODES that sets all the necessary > flags for an inode slab cache and convert all the callers to use it. THis makes > it easy to change the behaviour of all the inode slab caches in one go. Any chance you could rediff this one ontop of current mainline and resend it?