View | Details | Raw Unified | Return to bug 203497
Collapse All | Expand All

(-)src/share/man/man9/g_bio.9 (-1 / +1 lines)
Lines 253-259 Link Here
253
	/* Ok, schedule it down. */
253
	/* Ok, schedule it down. */
254
	/*
254
	/*
255
	 * The consumer can be obtained from
255
	 * The consumer can be obtained from
256
	 * LIST_FIRST(&bp->bio_to->geom->consumers) as well,
256
	 * LIST_FIRST(&bp->bio_to->geom->consumer) as well,
257
	 * if there is only one in our geom.
257
	 * if there is only one in our geom.
258
	 */
258
	 */
259
	g_io_request(cbp, sc->ex_consumer);
259
	g_io_request(cbp, sc->ex_consumer);

Return to bug 203497