From 5b3c976bc202f2b41b7c7c92be1c326adb1511d6 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 3 Nov 2016 17:09:16 +0100 Subject: 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 --- ctree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ctree.h') diff --git a/ctree.h b/ctree.h index c75248ee..d47f0ae6 100644 --- a/ctree.h +++ b/ctree.h @@ -567,8 +567,8 @@ struct btrfs_path { * set by btrfs_split_item, tells search_slot to keep all locks * and to force calls to keep space in the nodes */ - unsigned int search_for_split:1; - unsigned int skip_check_block:1; + u8 search_for_split; + u8 skip_check_block; }; /* -- cgit v1.2.3