Эх сурвалжийг харах

[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>
Lachlan McIlroy 16 жил өмнө
parent
commit
be8b78a626

+ 0 - 1
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;