btrfs-progs: check: reorder fields in inode_backref for better packing

The structure size went from 56 bytes to 48, which could save some bytes
in larger scale.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2016-11-02 16:50:47 +01:00
parent 35985c1521
commit 87596654ae

View File

@ -186,8 +186,8 @@ struct inode_backref {
unsigned int found_dir_index:1;
unsigned int found_inode_ref:1;
u8 filetype;
int errors;
u8 ref_type;
int errors;
u64 dir;
u64 index;
u16 namelen;