View | Details | Raw Unified | Return to bug 255131 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/geom/shsec/g_shsec.c (-1 / +1 lines)
Lines 316-328 g_shsec_start(struct bio *bp) Link Here
316
	switch (bp->bio_cmd) {
316
	switch (bp->bio_cmd) {
317
	case BIO_READ:
317
	case BIO_READ:
318
	case BIO_WRITE:
318
	case BIO_WRITE:
319
	case BIO_FLUSH:
320
	case BIO_SPEEDUP:
319
	case BIO_SPEEDUP:
321
		/*
320
		/*
322
		 * Only those requests are supported.
321
		 * Only those requests are supported.
323
		 */
322
		 */
324
		break;
323
		break;
325
	case BIO_DELETE:
324
	case BIO_DELETE:
325
	case BIO_FLUSH:
326
	case BIO_GETATTR:
326
	case BIO_GETATTR:
327
		/* To which provider it should be delivered? */
327
		/* To which provider it should be delivered? */
328
	default:
328
	default:

Return to bug 255131