diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
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 | |||
994 | xfs_fs_destroy_inode( | 994 | xfs_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 | ||
1000 | STATIC void | 1000 | STATIC void |