[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()
authorLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 30 Oct 2008 05:42:34 +0000 (16:42 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 30 Oct 2008 05:42:34 +0000 (16:42 +1100)
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 <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_super.c

index d1c4dec..9bfb260 100644 (file)
@@ -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;