commit | 7c2871a2f4695fadc35ea463552b23180c7a7e34 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Nov 08 01:07:43 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:14 2018 +0100 |
tree | ac95984e01d8a7ae3f287d0411ab40e01b72c5c1 | |
parent | bf46f52db96795e0c10292d55888640ab57f42c7 [diff] |
btrfs: switch btrfs_trans_handle::adding_csums to bool The semantics of adding_csums matches bool, 'short' was most likely used to save space in a698d0755adb6f2 ("Btrfs: add a type field for the transaction handle"). Signed-off-by: David Sterba <dsterba@suse.com>