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)
commit27174203f570b923e5c02c618a5557295bab8755
treeeb30774a90705761afa12ce9c78cbb1d8af17aee
parent1a5902c5d2ad4f3aa1ee747017622d5d4edfa20f
xfs: cleanup uuid handling

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>
fs/xfs/support/uuid.c
fs/xfs/support/uuid.h
fs/xfs/xfs_mount.c