]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] don't call xfs_freesb from xfs_mountfs failure case
authorChristoph Hellwig <hch@infradead.org>
Tue, 20 May 2008 01:31:05 +0000 (11:31 +1000)
committerNiv Sardi <xaiki@debian.org>
Mon, 28 Jul 2008 06:58:23 +0000 (16:58 +1000)
commitaf15b8953a60d336aade96a2c162abffdba75ec9
treeb4f6052bfc315655ea2004bfdb3df2fb4e6b5a6d
parentf8f15e42b408edce6ca9e9d8bd0d0e2078a39efd
[XFS] don't call xfs_freesb from xfs_mountfs failure case

Freeing of the superblock is already handled in the caller, and that is
more symmetric with the mount path, too.

SGI-PV: 981951
SGI-Modid: xfs-linux-melb:xfs-kern:31192a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_mount.c