summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
diff options
context:
space:
mode:
authorLachlan McIlroy <lachlan@sgi.com>2008-10-03 17:10:30 +1000
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-10-03 17:10:30 +1000
commitecef46197b01b9296cd5c8d5edef470e5e1a145a (patch)
tree33e18a65ec7e6f692e5978069ffc96d8bc17aa44 /fs/xfs/linux-2.6
parente230fdf926bcc395e3e8cb10c3d8239240a9a561 (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>
Diffstat (limited to 'fs/xfs/linux-2.6')
-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 cce6af282c83..3d1eb86c7134 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -899,7 +899,6 @@ xfs_fs_inode_init_once(
*/
void
xfs_inode_init_once(
- kmem_zone_t *zone,
void *inode)
{
struct xfs_inode *ip = inode;