commit | 851cd173f06045816528176001cf82948282029c | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Fri Sep 23 13:44:44 2016 -0700 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 26 19:37:06 2016 +0200 |
tree | 280bf393ed2e9f10130fd8eea3bc08e3c601d083 | |
parent | 0f5053eb90f58c619885eac2757ccdc5eccd9046 [diff] |
Btrfs: memset to avoid stale content in btree leaf 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>