commit | 897ca8194cd1b287bc5e7d8a5edc2b9a041e15ba | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Oct 30 12:27:58 2017 +0100 |
tree | cfab707a83c0f705581bf0f1c984214d1fc4fa37 | |
parent | efd38150af45375b46576d0110a323d7fab7e142 [diff] |
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>