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