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

Collapse All | Expand All

(-)geom/eli/g_eli.c (+3 lines)
Lines 472-477 Link Here
472
	gp = pp->geom;
472
	gp = pp->geom;
473
	sc = gp->softc;
473
	sc = gp->softc;
474
474
475
	if ( sc == NULL )
476
		return (0);
477
475
	if (dw > 0) {
478
	if (dw > 0) {
476
		if (sc->sc_flags & G_ELI_FLAG_RO) {
479
		if (sc->sc_flags & G_ELI_FLAG_RO) {
477
			/* Deny write attempts. */
480
			/* Deny write attempts. */

Return to bug 146429