Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom.h 93250 2002-03-26 22:07:38Z phk $
---
> * $FreeBSD: head/sys/geom/geom.h 93776 2002-04-04 09:54:13Z phk $
60d59
< #define G_CLASS_INITSTUFF { 0, 0 }, { 0 }, 0
84,85d82
< * XXX: should access and orphan go into g_geom ?
< * XXX: would g_class be a better and less confusing name ?
90,91d86
< g_access_t *access;
< g_orphan_t *orphan;
92a88,91
> /*
> * The remaning elements are private and classes should use
> * the G_CLASS_INITSTUFF macro to initialize them.
> */
97a97,98
> #define G_CLASS_INITSTUFF { 0, 0 }, { 0 }, 0
>
111a113,114
> g_access_t *access;
> g_orphan_t *orphan;
207a211
> void g_io_fail(struct bio *bp, int error);