btrfs-progs: reduce size of btrfs_path::lowest_level
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f0f40c400e
commit
5a0645afb8
2
ctree.h
2
ctree.h
|
@ -561,7 +561,7 @@ struct btrfs_path {
|
||||||
#endif
|
#endif
|
||||||
signed char reada;
|
signed char reada;
|
||||||
/* keep some upper locks as we walk down */
|
/* keep some upper locks as we walk down */
|
||||||
int lowest_level;
|
u8 lowest_level;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* set by btrfs_split_item, tells search_slot to keep all locks
|
* set by btrfs_split_item, tells search_slot to keep all locks
|
||||||
|
|
Loading…
Reference in New Issue