[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080803014218.GA6119@disturbed>
Date: Sun, 3 Aug 2008 11:42:18 +1000
From: Dave Chinner <david@...morbit.com>
To: Christoph Lameter <cl@...ux-foundation.org>
Cc: Pekka Enberg <penberg@...helsinki.fi>, akpm@...ux-foundation.org,
Christoph Lameter <clameter@....com>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Mel Gorman <mel@...net.ie>, andi@...stfloor.org,
Rik van Riel <riel@...hat.com>, mpm@...enic.com
Subject: Re: [patch 15/19] Filesystem: XFS slab defragmentation
On Fri, May 09, 2008 at 07:21:16PM -0700, Christoph Lameter wrote:
> Support inode defragmentation for xfs
>
> Reviewed-by: Rik van Riel <riel@...hat.com>
> Signed-off-by: Christoph Lameter <clameter@....com>
> Signed-off-by: Christoph Lameter <cl@...ux-foundation.org>
>
> ---
> fs/xfs/linux-2.6/xfs_super.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> Index: linux-2.6/fs/xfs/linux-2.6/xfs_super.c
> ===================================================================
> --- linux-2.6.orig/fs/xfs/linux-2.6/xfs_super.c 2008-07-31 12:18:12.000000000 -0500
> +++ linux-2.6/fs/xfs/linux-2.6/xfs_super.c 2008-07-31 12:18:15.000000000 -0500
> @@ -861,6 +861,7 @@
> xfs_ioend_zone = kmem_zone_init(sizeof(xfs_ioend_t), "xfs_ioend");
> if (!xfs_ioend_zone)
> goto out_destroy_vnode_zone;
> + kmem_cache_setup_defrag(xfs_vnode_zone, get_inodes, kick_inodes);
>
> xfs_ioend_pool = mempool_create_slab_pool(4 * MAX_BUF_PER_PAGE,
> xfs_ioend_zone);
I think that hunk is mis-applied. You're configuring the
xfs_vnode_zone defrag after allocating the xfs_ioend_zone. This
should be afew lines higher up, right?
Cheers,
Dave.
--
Dave Chinner
david@...morbit.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists