diff options
Diffstat (limited to 'sys/geom/concat/g_concat.h')
-rw-r--r-- | sys/geom/concat/g_concat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index 292badb..58b02b1 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -56,14 +56,11 @@ } \ } while (0) -extern struct sysctl_oid_list sysctl__kern_geom_children; - struct g_concat_disk { struct g_consumer *d_consumer; struct g_concat_softc *d_softc; off_t d_start; off_t d_end; - boolean_t d_valid; }; struct g_concat_softc { |