[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 <lachlan@sgi.com>
This commit is contained in:
Lachlan McIlroy 2008-10-30 16:42:34 +11:00
parent 07c8f67587
commit be8b78a626

View 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;