| Index: drivers/md/dm-bht.c
|
| diff --git a/drivers/md/dm-bht.c b/drivers/md/dm-bht.c
|
| index bc662cbd188500158fc6e1691c38f3110c285101..c1c2d19c7e5bafcf0cea5b99b541ba95a2cddc8c 100644
|
| --- a/drivers/md/dm-bht.c
|
| +++ b/drivers/md/dm-bht.c
|
| @@ -737,12 +737,6 @@ static int dm_bht_verify_path(struct dm_bht *bht, unsigned int block_index)
|
| goto mismatch;
|
| }
|
|
|
| - /* At depth 0, we're at the page underneath the root node and
|
| - * leave its validation to a separate path.
|
| - */
|
| - if (depth == 0)
|
| - break;
|
| -
|
| /* We need to check that this entry matches the expected
|
| * hash in the parent->nodes.
|
| */
|
|
|