diff options
| author | Filipe Manana <fdmanana@suse.com> | 2025-10-17 19:30:38 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2025-11-25 00:12:07 +0300 |
| commit | 5ca7725ddfc5b7a1e5b87ba3cb489b3cd052faab (patch) | |
| tree | fe0203fe82db33ada84ab1918ba2b9ec6fce14a7 /include/linux | |
| parent | f18a203a1b316f4cb2a2bd38ed79fc9182a1ddab (diff) | |
| download | linux-5ca7725ddfc5b7a1e5b87ba3cb489b3cd052faab.tar.xz | |
btrfs: assign booleans to global reserve's full field
We have a couple places that are assigning 0 and 1 to the full field of
the global reserve. This is harmless since 0 is converted to false and
1 converted to true, but for better readability, replace these with true
and false since the field is of type bool.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
