summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 0323e01..cd67d19 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -42,10 +42,13 @@ TAILQ_HEAD(event_tailq_head, g_event);
extern struct event_tailq_head events;
extern int g_collectstats;
extern int g_debugflags;
-/* 1 G_T_TOPOLOGY */
-/* 2 G_T_BIO */
-/* 4 G_T_ACCESS */
-/* 8 enable sanity checks */
+/*
+ * 1 G_T_TOPOLOGY
+ * 2 G_T_BIO
+ * 4 G_T_ACCESS
+ * 8 enable sanity checks
+ * 16 Allow footshooting on rank#1 providers
+ */
/*
* Various internal actions are tracked by tagging g_event[s] onto
OpenPOWER on IntegriCloud