summaryrefslogtreecommitdiffstats
path: root/fs/xfs/uuid.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-05-05 09:53:09 +0200
committerChristoph Hellwig <hch@lst.de>2017-06-05 16:56:36 +0200
commitb1f359f9805c2a1ec0f57e08b74baf383eb4b6a9 (patch)
treee30d1c9e46f4ab0f3ee818b7ee77c46538013eab /fs/xfs/uuid.h
parentdfd7487e991e5201808ff5e25fd1ffe5b1acbce8 (diff)
xfs: use uuid_be to implement the uuid_t type
Use the generic Linux definition to implement our UUID type, this will allow using more generic infrastructure in the future. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/uuid.h')
-rw-r--r--fs/xfs/uuid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/uuid.h b/fs/xfs/uuid.h
index 104db0f3bed6..4f1441ba4fa5 100644
--- a/fs/xfs/uuid.h
+++ b/fs/xfs/uuid.h
@@ -18,10 +18,6 @@
#ifndef __XFS_SUPPORT_UUID_H__
#define __XFS_SUPPORT_UUID_H__
-typedef struct {
- unsigned char __u_bits[16];
-} uuid_t;
-
extern int uuid_is_nil(uuid_t *uuid);
extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
extern void uuid_getnodeuniq(uuid_t *uuid, int fsid [2]);