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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html