diff options
author | 2025-04-23 18:53:57 +0200 | |
---|---|---|
committer | 2025-05-15 14:30:49 +0200 | |
commit | f963e0128b180e8ab501bf1d5772fce17c36d68f (patch) | |
tree | 31cedb1df93b43743ac2e27ddd1cd5d13900128e /fs/btrfs/tests | |
parent | btrfs: subpage: reject tree blocks which are not nodesize aligned (diff) | |
download | wireguard-linux-f963e0128b180e8ab501bf1d5772fce17c36d68f.tar.xz wireguard-linux-f963e0128b180e8ab501bf1d5772fce17c36d68f.zip |
btrfs: trivial conversion to return bool instead of int
Old code has a lot of int for bool return values, bool is recommended
and done in new code. Convert the trivial cases that do simple 0/false
and 1/true. Functions comment are updated if needed.
Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tests')
0 files changed, 0 insertions, 0 deletions