xfs: cleanup uuid handling
authorChristoph Hellwig <hch@lst.de>
Mon, 30 Mar 2009 08:21:31 +0000 (10:21 +0200)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 30 Mar 2009 08:21:31 +0000 (10:21 +0200)
The uuid table handling should not be part of a semi-generic uuid library
but in the XFS code using it, so move those bits to xfs_mount.c and
refactor the whole glob to make it a proper abstraction.

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

No differences found