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>
master
David Sterba 2019-07-04 02:27:56 +02:00
parent 9b3a9daacd
commit 5ab79b808a
1 changed files with 3 additions and 1 deletions

View File

@ -109,8 +109,10 @@ struct fspec {
enum field_type {
TYPE_UNKNOWN,
TYPE_U64,
TYPE_U8,
TYPE_U16,
TYPE_U32,
TYPE_U64,
};
struct sb_field {