From: Lachlan McIlroy Date: Thu, 30 Oct 2008 05:42:34 +0000 (+1100) Subject: [XFS] Remove kmem_zone_t argument from xfs_inode_init_once() X-Git-Tag: v2.6.30-rc8~5^2~133^2~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be8b78a626dd9bc92c12e9ac34f3bc3db1204d25;p=platform%2Fkernel%2Flinux-stable.git [XFS] Remove kmem_zone_t argument from xfs_inode_init_once() kmem cache constructor no longer takes a kmem_zone_t argument. SGI-PV: 957103 SGI-Modid: xfs-linux-melb:xfs-kern:32254a Signed-off-by: Lachlan McIlroy --- diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index d1c4dec..9bfb260 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -898,7 +898,6 @@ xfs_fs_inode_init_once( */ void xfs_inode_init_once( - kmem_zone_t *zone, void *inode) { struct xfs_inode *ip = inode;