commit | 27174203f570b923e5c02c618a5557295bab8755 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 30 10:21:31 2009 +0200 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Mar 30 10:21:31 2009 +0200 |
tree | eb30774a90705761afa12ce9c78cbb1d8af17aee | |
parent | 1a5902c5d2ad4f3aa1ee747017622d5d4edfa20f [diff] |
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>