Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70845
b: refs/heads/master
c: f541d27
h: refs/heads/master
i:
  70843: 8fcb091
v: v3
  • Loading branch information
Christoph Hellwig authored and Tim Shimmin committed Oct 16, 2007
1 parent dded1a1 commit 0e65b84
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a74cd1964501fdb577176f14ed3d02b8e148127
refs/heads/master: f541d270dbce375b7bd8cef466bdaf0cff945b45
1 change: 1 addition & 0 deletions trunk/fs/xfs/linux-2.6/xfs_vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ bhv_remove_all_vfsops(
mp = XFS_VFSTOM(vfsp);
VFS_REMOVEBHV(vfsp, &mp->m_bhv);
xfs_mount_free(mp, 0);
kmem_free(mp, sizeof(xfs_mount_t));
}

void
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/xfs/xfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ xfs_mount_free(
}

xfs_icsb_destroy_counters(mp);
kmem_free(mp, sizeof(xfs_mount_t));
}

/*
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/xfs/xfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ xfs_unmount(
* and free the super block buffer & mount structures.
*/
xfs_unmountfs(mp, credp);
kmem_free(mp, sizeof(xfs_mount_t));
}

return XFS_ERROR(error);
Expand Down

0 comments on commit 0e65b84

Please sign in to comment.