Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
This commit is contained in:
commit
f120b94558
|
@ -74,12 +74,8 @@ struct uuid {
|
||||||
uint8_t node_addr[6];
|
uint8_t node_addr[6];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define UUID_LEN 16
|
|
||||||
|
|
||||||
#define UUID_PRINTABLE_STRING_LENGTH 37
|
#define UUID_PRINTABLE_STRING_LENGTH 37
|
||||||
|
|
||||||
typedef uchar_t uuid_t[UUID_LEN];
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert a uuid to/from little-endian format
|
* Convert a uuid to/from little-endian format
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue