]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: switch btrfs_trans_handle::adding_csums to bool
authorDavid Sterba <dsterba@suse.com>
Wed, 8 Nov 2017 00:07:43 +0000 (01:07 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 22 Jan 2018 15:08:14 +0000 (16:08 +0100)
commit2e8d22325100e6692e6ee9828869408059e5a57b
treeac95984e01d8a7ae3f287d0411ab40e01b72c5c1
parent38bd08bb946dff843508da2584e98dc252dd3ec5
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 103a1648987435e ("Btrfs: add a type field for the
transaction handle").

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c
fs/btrfs/transaction.h