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

Collapse All | Expand All

(-)sys/kern/kern_timeout.c (-1 / +1 lines)
Lines 1381-1387 again: Link Here
1381
		CTR3(KTR_CALLOUT, "failed to stop %p func %p arg %p",
1381
		CTR3(KTR_CALLOUT, "failed to stop %p func %p arg %p",
1382
		    c, c->c_func, c->c_arg);
1382
		    c, c->c_func, c->c_arg);
1383
		CC_UNLOCK(cc);
1383
		CC_UNLOCK(cc);
1384
		return (0);
1384
		return (-1);
1385
	}
1385
	}
1386
1386
1387
	c->c_iflags &= ~CALLOUT_PENDING;
1387
	c->c_iflags &= ~CALLOUT_PENDING;

Return to bug 210884