commit | 8a56457f5f8fa7c2698ffae8545214c5b96a2cb5 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Thu Jun 05 16:08:45 2014 -0400 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:21:14 2014 -0700 |
tree | b753f0914525e7bfe712d140e698ea81d29f6d3d | |
parent | 6fdef6d43cb897bcbbed13786e8cc8cccabc442a [diff] |
Btrfs: don't check nodes for extent items The backref code was looking at nodes as well as leaves when we tried to populate extent item entries. This is not good, and although we go away with it for the most part because we'd skip where disk_bytenr != random_memory, sometimes random_memory would match and suddenly boom. This fixes that problem. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>