Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201756
b: refs/heads/master
c: 2727ccc
h: refs/heads/master
v: v3
  • Loading branch information
Dave Chinner authored and Alex Elder committed Jul 26, 2010
1 parent e4400ae commit 339da5c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: cca28fb83d9e60779bb348edc33a62068e5f04a4
refs/heads/master: 2727ccc950ae17375b15005403e1c35ba8fec1df
6 changes: 5 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,9 +1156,13 @@ xfs_fs_put_super(

XFS_bflush(mp->m_ddev_targp);

/*
* Unregister the memory shrinker before we tear down the mount
* structure so we don't have memory reclaim racing with us here.
*/
xfs_inode_shrinker_unregister(mp);
xfs_unmountfs(mp);
xfs_freesb(mp);
xfs_inode_shrinker_unregister(mp);
xfs_icsb_destroy_counters(mp);
xfs_close_devices(mp);
xfs_free_fsname(mp);
Expand Down

0 comments on commit 339da5c

Please sign in to comment.