Skip to content

Commit

Permalink
[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lachlan McIlroy committed Oct 30, 2008
1 parent 07c8f67 commit be8b78a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be8b78a

Please sign in to comment.