]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c95c64231674e74474b12124e264ec375113e29
tree4d8942472dc02548650932d2cad25565c6c5af42
parente1044a14b56312bda6061ed2a1abd9ddc4be6e51
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