Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_slice.c 94287 2002-04-09 15:43:32Z phk $
---
> * $FreeBSD: head/sys/geom/geom_slice.c 95038 2002-04-19 09:24:12Z phk $
175a176,184
> if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) {
> struct g_kerneldump *gkd;
>
> gkd = (struct g_kerneldump *)bp->bio_data;
> gkd->offset += gsp->slices[index].offset;
> if (gkd->length > gsp->slices[index].length)
> gkd->length = gsp->slices[index].length;
> /* now, pass it on downwards... */
> }