aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 27758409fc85..184ef14856af 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -994,7 +994,7 @@ STATIC void
994xfs_fs_destroy_inode( 994xfs_fs_destroy_inode(
995 struct inode *inode) 995 struct inode *inode)
996{ 996{
997 kmem_zone_free(xfs_vnode_zone, vn_from_inode(inode)); 997 kmem_zone_free(xfs_vnode_zone, inode);
998} 998}
999 999
1000STATIC void 1000STATIC void