From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/3] fs: Use RCU freeing of inodes via SLAB_DESTROY_BY_RCU Date: Mon, 1 Nov 2010 11:31:37 -0400 Message-ID: <20101101153137.GA28791@infradead.org> References: <1288589624-15251-1-git-send-email-david@fromorbit.com> <1288589624-15251-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 To: Dave Chinner Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:45854 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756748Ab0KAPbl (ORCPT ); Mon, 1 Nov 2010 11:31:41 -0400 Content-Disposition: inline In-Reply-To: <1288589624-15251-3-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Nov 01, 2010 at 04:33:43PM +1100, Dave Chinner wrote: > From: Dave Chinner > > Change the inode caches to use RCU freed inodes via the SLAB_DESTROY_BY_RCU > method. While touching the slab creation functions for the inode caches, fix > all of the slabs to use consistent flags by defining SLAB_INODES to be the set > of common inode cache flags I think this should be done as a separate preparatory patch.