mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-04 03:14:02 +00:00
Consistently use __u8 in format.h
Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -97,7 +97,7 @@ struct scoutfs_buddy_root {
|
||||
*/
|
||||
struct scoutfs_key {
|
||||
__le64 inode;
|
||||
u8 type;
|
||||
__u8 type;
|
||||
__le64 offset;
|
||||
} __packed;
|
||||
|
||||
@@ -119,7 +119,7 @@ struct scoutfs_key {
|
||||
#define SCOUTFS_MAX_ITEM_LEN 512
|
||||
|
||||
struct scoutfs_btree_root {
|
||||
u8 height;
|
||||
__u8 height;
|
||||
struct scoutfs_block_ref ref;
|
||||
} __packed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user