xfs: cleanup error handling in xfs_mountfs:
authorChristoph Hellwig <hch@lst.de>
Wed, 4 Feb 2009 08:31:52 +0000 (09:31 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Wed, 4 Feb 2009 08:31:52 +0000 (09:31 +0100)
commitf9057e3da79d18fdbd9d6adbb183f032c614feeb
tree4d8942472dc02548650932d2cad25565c6c5af42
parent3228149ceb8b045e324cd268be9182bb26e6488b
xfs: cleanup error handling in xfs_mountfs:

Clean up the error handling in xfs_mountfs.  Use readable goto label names,
simplify the uuid handling and other error conditions.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
fs/xfs/xfs_mount.c