]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Fix bool initialization/comparison
authorThomas Meyer <thomas@m3y3r.de>
Sat, 7 Oct 2017 14:02:21 +0000 (16:02 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:58 +0000 (12:27 +0100)
commit52c2e6a7de3af650af35bf5625d80b4e494e237e
treecfab707a83c0f705581bf0f1c984214d1fc4fa37
parent3eff6d6dae37ff87e6ff63258465b0281967ea21
btrfs: Fix bool initialization/comparison

Bool initializations should use true and false. Bool tests don't need
comparisons.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
fs/btrfs/file.c
fs/btrfs/inode.c