diff options
Diffstat (limited to 'sys/geom/geom_kern.c')
-rw-r--r-- | sys/geom/geom_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index a925d9a..567cded 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -58,7 +58,7 @@ struct sx topology_lock; static struct proc *g_up_proc; int g_debugflags; -int g_collectstats; +int g_collectstats = 1; /* * G_UP and G_DOWN are the two threads which push I/O through the |