[PATCH 3/4] fs: Use RCU freeing of inodes via SLAB_DESTROY_BY_RCU

From: Dave Chinner
Date: Mon Nov 08 2010 - 02:30:15 EST


From: Dave Chinner <dchinner@xxxxxxxxxx>

Change the inode caches to use RCU freed inodes via the SLAB_DESTROY_BY_RCU
method. This is the first step in converting the inode hash lookups to use RCU
methods.

Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx>
---
include/linux/slab.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/slab.h b/include/linux/slab.h
index dca23c5..1fea5f1 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -96,6 +96,7 @@
* Set the default flags necessary for inode caches manipulated by the VFS.
*/
#define SLAB_INODE_CACHE (SLAB_MEM_SPREAD | \
+ SLAB_DESTROY_BY_RCU | \
SLAB_RECLAIM_ACCOUNT)

/*
--
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/