commit | 6203300e5e9121440b27d3ed0b9fe2a64cb62b53 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 13 16:50:21 2008 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Wed Aug 13 16:50:21 2008 +1000 |
tree | df0e5dfe72d73324efcd4835d6b7da1dff72f28b | |
parent | 41b5c2e77a0221cf07ac127afa122add67ac5418 [diff] |
[XFS] don't call xfs_freesb from xfs_unmountfs xfs_readsb is called before xfs_mount so xfs_freesb should be called after xfs_unmountfs, too. This means it now happens after a few things during the of xfs_unmount which all have nothing to do with the superblock. SGI-PV: 981498 SGI-Modid: xfs-linux-melb:xfs-kern:31835a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>