commit | a099d0fdb34f00cee346703036a0a90d267e77d7 | [log] [tgz] |
---|---|---|
author | Alexandru Moise <00moses.alexander00@gmail.com> | Mon Sep 07 17:24:37 2015 +0300 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 21 18:28:48 2015 +0200 |
tree | 37e90e85785162f5c27dbafa7c826eb2b7dec8da | |
parent | 568b1c9cca82623af764ee6ea65dc41a7079171c [diff] |
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>