commit | ad4fa4660404ed88a3231fee338397af11e041b4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 30 11:19:19 2002 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 30 11:19:19 2002 -0400 |
tree | 31d05063f12b54330d8e9ea9a1a1c168a5c5b58d | |
parent | 93599d0c408ef167c6e18537668a74e76f925c29 [diff] |
Avoid counting directory entries during a directory salvage. Add additional checks to HTREE directories. We now check the count and limit fields in the htree header, as well as assuring that the hash table in each interior node is in ascending order. We also check to make sure all leaf nodes are have the expected depth in the tree. Updated test cases to deal with all of the above.