svn commit: r302998 - head/sys/kern
Gleb Smirnoff
glebius at FreeBSD.org
Mon Jul 18 09:29:10 UTC 2016
Author: glebius
Date: Mon Jul 18 09:29:08 2016
New Revision: 302998
URL: https://svnweb.freebsd.org/changeset/base/302998
Log:
Revert the last commit. It must get more review and testing first.
Modified:
head/sys/kern/kern_timeout.c
Modified: head/sys/kern/kern_timeout.c
==============================================================================
--- head/sys/kern/kern_timeout.c Mon Jul 18 09:26:06 2016 (r302997)
+++ head/sys/kern/kern_timeout.c Mon Jul 18 09:29:08 2016 (r302998)
@@ -1381,7 +1381,7 @@ again:
CTR3(KTR_CALLOUT, "failed to stop %p func %p arg %p",
c, c->c_func, c->c_arg);
CC_UNLOCK(cc);
- return (-1);
+ return (0);
}
c->c_iflags &= ~CALLOUT_PENDING;
More information about the svn-src-head
mailing list