mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
btrfs-progs: sb-mod: add remaining integer value types
The field type bit width is now only used to describe the members, but let's add all of the integer ones. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9b3a9daacd
commit
5ab79b808a
@ -109,8 +109,10 @@ struct fspec {
|
||||
|
||||
enum field_type {
|
||||
TYPE_UNKNOWN,
|
||||
TYPE_U64,
|
||||
TYPE_U8,
|
||||
TYPE_U16,
|
||||
TYPE_U32,
|
||||
TYPE_U64,
|
||||
};
|
||||
|
||||
struct sb_field {
|
||||
|
Loading…
Reference in New Issue
Block a user