commit | 7a7965f83e89f0be506a96769938a721e4e5ae50 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.yan@oracle.com> | Mon Feb 01 02:41:17 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Feb 04 11:31:45 2010 -0500 |
tree | be4ffe67af162c6c7cfd0780c507fd5f2d522635 | |
parent | d7ce5843bb28ada6845ab2ae8510ba3f12d33154 [diff] |
Btrfs: Fix oopsen when dropping empty tree. When dropping a empty tree, walk_down_tree() skips checking extent information for the tree root. This will triggers a BUG_ON in walk_up_proc(). Signed-off-by: Yan Zheng <zheng.yan@oracle.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>