Index: g_concat.c =================================================================== RCS file: /private/FreeBSD/src/sys/geom/concat/g_concat.c,v retrieving revision 1.1 diff -u -p -r1.1 g_concat.c --- g_concat.c 19 Feb 2004 15:19:49 -0000 1.1 +++ g_concat.c 27 Feb 2004 09:42:43 -0000 @@ -537,7 +537,8 @@ g_concat_taste(struct g_class *mp, struc gp = g_new_geomf(mp, "concat:taste"); gp->start = g_concat_start; - gp->access= g_concat_access; + gp->access = g_concat_access; + gp->orphan = g_concat_orphan; cp = g_new_consumer(gp); g_attach(cp, pp); Index: g_concat.h =================================================================== RCS file: /private/FreeBSD/src/sys/geom/concat/g_concat.h,v retrieving revision 1.1 diff -u -p -r1.1 g_concat.h --- g_concat.h 19 Feb 2004 15:19:49 -0000 1.1 +++ g_concat.h 27 Feb 2004 08:41:20 -0000 @@ -69,7 +69,6 @@ struct g_concat_disk { }; struct g_concat_softc { - int sc_flags; /* flags */ u_int sc_type; /* provider type */ struct g_provider *sc_provider; char sc_name[16]; /* concat name */