[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080425172023.cbf34a68.randy.dunlap@oracle.com>
Date: Fri, 25 Apr 2008 17:20:23 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: Eric Dumazet <dada1@...mosbay.com>, David Chinner <dgc@....com>,
xfs-masters@....sgi.com,
Alexander van Heukelum <heukelum@...tmail.fm>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] xfs: remove xfs_log_ticket_zone on rmmod
On Fri, 25 Apr 2008 23:18:30 +0400 Alexey Dobriyan wrote:
> [PATCH] xfs: remove xfs_log_ticket_zone on rmmod
>
> Bug introduces in commit eb01c9cd87c7a9998c2edf209721ea069e3e3652
> aka "[XFS] Remove the xlog_ticket allocator"
>
> Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
Acked-by: Randy Dunlap <randy.dunlap@...cle.com> // and tested-by
> ---
>
> fs/xfs/xfs_vfsops.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- a/fs/xfs/xfs_vfsops.c
> +++ b/fs/xfs/xfs_vfsops.c
> @@ -186,6 +186,7 @@ xfs_cleanup(void)
> kmem_zone_destroy(xfs_efi_zone);
> kmem_zone_destroy(xfs_ifork_zone);
> kmem_zone_destroy(xfs_ili_zone);
> + kmem_zone_destroy(xfs_log_ticket_zone);
> }
>
> /*
---
~Randy
--
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