|
@@ -56,7 +56,7 @@ struct ovl_fh {
|
|
|
u8 len; /* size of this header + size of fid */
|
|
|
u8 flags; /* OVL_FH_FLAG_* */
|
|
|
u8 type; /* fid_type of fid */
|
|
|
- uuid_be uuid; /* uuid of filesystem */
|
|
|
+ uuid_t uuid; /* uuid of filesystem */
|
|
|
u8 fid[0]; /* file identifier */
|
|
|
} __packed;
|
|
|
|