Btrfs: memset to avoid stale content in btree leaf
commit452042d27b6d390a4dac5536539693eca31d67ec
authorLiu Bo <bo.li.liu@oracle.com>
Fri, 23 Sep 2016 20:44:44 +0000 (23 13:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2019 21:16:07 +0000 (16 22:16 +0100)
tree691a20b6f6ca3858e42dd605da28fe4b5d07b2f7
parent79ddacdf1df2dc886d11737da2816423129ba4a4
Btrfs: memset to avoid stale content in btree leaf

commit 851cd173f06045816528176001cf82948282029c upstream.

This is an additional patch to
"Btrfs: memset to avoid stale content in btree node block".

This uses memset to initialize the unused space in a leaf to avoid
potential stale content, which may be incurred by pushing items
between sibling leaves.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/extent_io.c