diff options
author | trasz <trasz@FreeBSD.org> | 2009-06-30 14:34:06 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-06-30 14:34:06 +0000 |
commit | 669f7d97123995ef2239c7ef3717723a3eaeb1f7 (patch) | |
tree | d399548324c2614a0a754390fcaade73189e799a /sys/geom/geom.h | |
parent | 02a0b3a8398eef5365dd98db3badaafdd0b77480 (diff) | |
download | FreeBSD-src-669f7d97123995ef2239c7ef3717723a3eaeb1f7.zip FreeBSD-src-669f7d97123995ef2239c7ef3717723a3eaeb1f7.tar.gz |
Make gjournal work with kernel compiled with "options DIAGNOSTIC".
Previously, it would panic immediately.
Reviewed by: pjd
Approved by: re (kib)
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index c89083f..82d0456 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -134,6 +134,7 @@ struct g_geom { void *softc; unsigned flags; #define G_GEOM_WITHER 1 +#define G_GEOM_VOLATILE_BIO 2 }; /* |