From 820ac648ab281646f9193fd839231fab28292075 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 15 Nov 2009 12:26:52 -0800 Subject: [PATCH] HAMMER VFS - Remove some debug kprintfs from the rebalance code * Remove two debug kprintf()s for cases which have now been well tested. --- sys/vfs/hammer/hammer_rebalance.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/vfs/hammer/hammer_rebalance.c b/sys/vfs/hammer/hammer_rebalance.c index dab6fa83e8..c823415eaa 100644 --- a/sys/vfs/hammer/hammer_rebalance.c +++ b/sys/vfs/hammer/hammer_rebalance.c @@ -178,7 +178,6 @@ retry: * 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; } @@ -384,9 +383,6 @@ rebalance_node(struct hammer_ioc_rebalance *rebal, hammer_cursor_t cursor) 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 |= -- 2.11.4.GIT