mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-11 05:07:51 +00:00
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:
parent
35985c1521
commit
87596654ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user