mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-20 11:56:54 +00:00
btrfs-progs: convert bitfield to separate variables in btrfs_path
We don't have that many bitfields that would save space. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
64e9dbf550
commit
5b3c976bc2
4
ctree.h
4
ctree.h
@ -567,8 +567,8 @@ struct btrfs_path {
|
|||||||
* set by btrfs_split_item, tells search_slot to keep all locks
|
* set by btrfs_split_item, tells search_slot to keep all locks
|
||||||
* and to force calls to keep space in the nodes
|
* and to force calls to keep space in the nodes
|
||||||
*/
|
*/
|
||||||
unsigned int search_for_split:1;
|
u8 search_for_split;
|
||||||
unsigned int skip_check_block:1;
|
u8 skip_check_block;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user