btrfs-progs: use kzalloc to allocate transaction handle
commit599f46ade32c4fab19e2191e85aa28fa57790444
authorDavid Sterba <dsterba@suse.com>
Mon, 28 Aug 2017 15:21:05 +0000 (28 17:21 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (8 16:15 +0200)
tree8a823bacc18dd52c9083cb92c7173a3bcea995b5
parentb423d1822928bcb074e1a0e265c3a1ccbd5a2f94
btrfs-progs: use kzalloc to allocate transaction handle

Use the kernel-style allocation helpers and remove redundant zeroing.

Signed-off-by: David Sterba <dsterba@suse.com>
transaction.h