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

Collapse All | Expand All

(-)subr_disk.c (-1 / +1 lines)
Lines 193-199 Link Here
193
		return;
193
		return;
194
	}
194
	}
195
195
196
	if (dscheck(bp, dp->d_slice) < 0) {
196
	if (dscheck(bp, dp->d_slice) <= 0) {
197
		biodone(bp);
197
		biodone(bp);
198
		return;
198
		return;
199
	}
199
	}

Return to bug 15956