Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be8b78a6 authored by Lachlan McIlroy's avatar Lachlan McIlroy
Browse files

[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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;