summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum_raid5.c
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-06-23 22:32:01 +0000
committerle <le@FreeBSD.org>2004-06-23 22:32:01 +0000
commitb6dc252aa6a38a82b2badeddd5fd615e16fe3fd1 (patch)
tree1e120e1bdeb7324b063063aeda3c2bf41841c1fa /sys/geom/vinum/geom_vinum_raid5.c
parente687b8e846cf2fca62e7c258bb9ce4495fb1f706 (diff)
downloadFreeBSD-src-b6dc252aa6a38a82b2badeddd5fd615e16fe3fd1.zip
FreeBSD-src-b6dc252aa6a38a82b2badeddd5fd615e16fe3fd1.tar.gz
Remove two debugging printfs that are currently rather disturbing
than helpful.
Diffstat (limited to 'sys/geom/vinum/geom_vinum_raid5.c')
-rw-r--r--sys/geom/vinum/geom_vinum_raid5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/vinum/geom_vinum_raid5.c b/sys/geom/vinum/geom_vinum_raid5.c
index 6d67b1c..3fc59d0 100644
--- a/sys/geom/vinum/geom_vinum_raid5.c
+++ b/sys/geom/vinum/geom_vinum_raid5.c
@@ -109,7 +109,6 @@ gv_raid5_worker(void *arg)
mtx_lock(&p->worklist_mtx);
for (;;) {
restart = 0;
- g_trace(G_T_TOPOLOGY, "gv_raid5_worker scan");
TAILQ_FOREACH_SAFE(wp, &p->worklist, list, wpt) {
/* This request packet is already being processed. */
if (wp->state == IO)
@@ -152,7 +151,6 @@ gv_raid5_worker(void *arg)
/* Self-destruct. */
if (p->flags & GV_PLEX_THREAD_DIE)
break;
- g_trace(G_T_TOPOLOGY, "gv_raid5_worker sleep");
error = msleep(p, &p->worklist_mtx, PRIBIO, "-",
hz/100);
}
OpenPOWER on IntegriCloud