From aeded841430797cf6f57896a1b74eaa00e0dd056 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 26 Mar 2002 22:07:38 +0000 Subject: Eliminate some thread pointers which do not make sense anymore. Split private parts of geom.h into geom_int.h. The latter should never be included in class implemtations. --- sys/geom/geom_slice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/geom/geom_slice.h') diff --git a/sys/geom/geom_slice.h b/sys/geom/geom_slice.h index 9314418..ae94feb 100644 --- a/sys/geom/geom_slice.h +++ b/sys/geom/geom_slice.h @@ -50,7 +50,7 @@ struct g_slicer { g_slice_start_t *start; }; -void g_slice_orphan(struct g_consumer *cp, struct thread *tp); +g_orphan_t g_slice_orphan; struct g_slicer * g_slice_init(unsigned nslice, unsigned scsize); int g_slice_access(struct g_provider *pp, int dr, int dw, int de); void g_slice_start(struct bio *bp); -- cgit v1.1