Commit be8b78a6 authored by Lachlan McIlroy's avatar Lachlan McIlroy

[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: default avatarLachlan McIlroy <lachlan@sgi.com>
parent 07c8f675
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment