aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/stripe
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-08-30 18:50:06 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-08-30 18:50:06 +0000
commit6d7b8aecd3811773b9820b38ef3b52f4175eb26f (patch)
treee152fb979c92bc31320fe362664cbdd816356aa8 /sys/geom/stripe
parent0d86d31bba25a4194a2bad7e79a3a589f56449d2 (diff)
Notes
Diffstat (limited to 'sys/geom/stripe')
-rw-r--r--sys/geom/stripe/g_stripe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c
index 36dd4cfb580d..7401c06c976f 100644
--- a/sys/geom/stripe/g_stripe.c
+++ b/sys/geom/stripe/g_stripe.c
@@ -69,6 +69,7 @@ struct g_class g_stripe_class = {
SYSCTL_DECL(_kern_geom);
SYSCTL_NODE(_kern_geom, OID_AUTO, stripe, CTLFLAG_RW, 0, "GEOM_STRIPE stuff");
static u_int g_stripe_debug = 0;
+TUNABLE_INT("kern.geom.stripe.debug", &g_stripe_debug);
SYSCTL_UINT(_kern_geom_stripe, OID_AUTO, debug, CTLFLAG_RW, &g_stripe_debug, 0,
"Debug level");
static int g_stripe_fast = 1;