]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: memset cur_trans->delayed_refs to zero
authorAlexandru Moise <00moses.alexander00@gmail.com>
Mon, 7 Sep 2015 14:24:37 +0000 (17:24 +0300)
committerDavid Sterba <dsterba@suse.com>
Wed, 21 Oct 2015 16:28:48 +0000 (18:28 +0200)
commita0e63d1d13eb9c1a69db9426685afc058929b498
tree37e90e85785162f5c27dbafa7c826eb2b7dec8da
parente764fe428c783801bd09751a25af542b74a856c8
btrfs: memset cur_trans->delayed_refs to zero

Use memset() to null out the btrfs_delayed_ref_root of
btrfs_transaction instead of setting all the members to 0 by hand.

Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Alexandru Moise <00moses.alexander00@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/transaction.c