summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-30 08:46:29 +0000
committerphk <phk@FreeBSD.org>2002-09-30 08:46:29 +0000
commit02a0f0a003f7befdf2f0a7eaf43cb5b8b180959b (patch)
treeba06e76097295f802859421fcb9db9c4c18b02cb /sys/geom/geom_int.h
parent32f24fac14d30817ba7551f956bec277295d50de (diff)
downloadFreeBSD-src-02a0f0a003f7befdf2f0a7eaf43cb5b8b180959b.zip
FreeBSD-src-02a0f0a003f7befdf2f0a7eaf43cb5b8b180959b.tar.gz
Disable the g_sanity() check unless people ask for it in the debugflags.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 5e742a0..ecb5170 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -41,6 +41,10 @@ TAILQ_HEAD(event_tailq_head, g_event);
extern struct event_tailq_head events;
extern int g_debugflags;
+/* 1 G_T_TOPOLOGY */
+/* 2 G_T_BIO */
+/* 4 G_T_ACCESS */
+/* 8 enable sanity checks */
/*
* Various internal actions are tracked by tagging g_event[s] onto
OpenPOWER on IntegriCloud