]> git.baikalelectronics.ru Git - kernel.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)
commit24a42f531ad19816cb8eb6fd2b133da9e03633b5
tree223299069a55410bd104a6ebebd34502887273e8
parent9395bc3841c3306b77ebb0a995f40de2bf15db59
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