commit | e3cbf94513c21516fbb44561857b155d1c599625 | [log] [tgz] |
---|---|---|
author | Joe Thornber <ejt@redhat.com> | Fri Dec 21 20:23:32 2012 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Dec 21 20:23:32 2012 +0000 |
tree | fbcfb3427b34d8469e404d5b8f63c4dc9c0f98c8 | |
parent | 563af186df08002d2600c4e718ad8f3bde109f53 [diff] |
dm persistent data: fix nested btree deletion When deleting nested btrees, the code forgets to delete the innermost btree. The thin-metadata code serendipitously compensates for this by claiming there is one extra layer in the tree. This patch corrects both problems. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>