mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
Add linux user disk support
This topic branch contains all the changes needed to integrate the user side zfs tools with Linux style devices. Primarily this includes fixing up the Solaris libefi library to be Linux friendly, and integrating with the libblkid library which is provided by e2fsprogs. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user