diff options
Diffstat (limited to 'sys/geom/geom_slice.c')
-rw-r--r-- | sys/geom/geom_slice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index 513ed26..4b1dc9b 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -173,6 +173,7 @@ g_slice_start(struct bio *bp) g_haveattr_off_t(bp, "GEOM::frontstuff", t); return; } +#ifdef _KERNEL if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { struct g_kerneldump *gkd; @@ -182,6 +183,7 @@ g_slice_start(struct bio *bp) gkd->length = gsp->slices[index].length; /* now, pass it on downwards... */ } +#endif bp2 = g_clone_bio(bp); bp2->bio_done = g_std_done; g_io_request(bp2, cp); |