aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-10-30 01:42:34 -0400
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-10-30 01:42:34 -0400
commitbe8b78a626dd9bc92c12e9ac34f3bc3db1204d25 (patch)
treea3cea6047979fe911a8efc43435b7295dbd3e669
parent07c8f67587724b417f60bffb32c448dd94647b54 (diff)
[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>
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index d1c4dec51a3b..9bfb26066a84 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -898,7 +898,6 @@ xfs_fs_inode_init_once(
898 */ 898 */
899void 899void
900xfs_inode_init_once( 900xfs_inode_init_once(
901 kmem_zone_t *zone,
902 void *inode) 901 void *inode)
903{ 902{
904 struct xfs_inode *ip = inode; 903 struct xfs_inode *ip = inode;