From: Christoph Hellwig Date: Wed, 13 Aug 2008 06:50:21 +0000 (+1000) Subject: [XFS] don't call xfs_freesb from xfs_unmountfs X-Git-Tag: v2.6.27-rc4~106^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6203300e5e9121440b27d3ed0b9fe2a64cb62b53;p=pandora-kernel.git [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 Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed