]> git.karo-electronics.de Git - linux-beck.git/commit
btrfs: zero out delayed node upon allocation
authorAlexandru Moise <00moses.alexander00@gmail.com>
Sun, 25 Oct 2015 20:15:06 +0000 (20:15 +0000)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jan 2016 13:30:17 +0000 (14:30 +0100)
commit352dd9c8d3b34e406584c95be45cbc4f1ec5a405
tree223299069a55410bd104a6ebebd34502887273e8
parent575a75d6fabf6e1217204deca79aea26d6670a12
btrfs: zero out delayed node upon allocation

It's slightly cleaner to zero-out the delayed node upon allocation
than to do it by hand in btrfs_init_delayed_node() for a few members

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