* Remove two debug kprintf()s for cases which have now been well tested.
* longer being within the strict bounds of the root node.
*/
if (hammer_btree_cmp(&rebal->key_cur, &cursor.key_end) > 0) {
- kprintf("HAMMER: Debug: rebalance hit right bndry\n");
rebal->key_cur = cursor.key_end;
break;
}
node->ondisk->mirror_tid;
if (lockroot.copy->mirror_tid <
node->ondisk->mirror_tid) {
- kprintf("HAMMER: Warning: rebalance "
- "caught race against "
- "propagate\n");
lockroot.copy->mirror_tid =
node->ondisk->mirror_tid;
lockroot.flags |=