aboutsummaryrefslogtreecommitdiff
path: root/rust/helpers.c
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-05-29 16:17:04 +0100
committerDavid Sterba <[email protected]>2023-06-19 13:59:32 +0200
commit61c681fef7dd44521070fd4198abede2077afb8e (patch)
treec5f0ca05d092331e3360a0e8e922ee84cc172557 /rust/helpers.c
parent1e6b71c34bbbbde920357265abd161cb727487b8 (diff)
btrfs: use bool type for delayed ref head fields that are used as booleans
There's no point in have several fields defined as 1 bit unsigned int in struct btrfs_delayed_ref_head, we can instead use a bool type, it makes the code a bit more readable and it doesn't change the structure size. So switch them to proper booleans. Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions