1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00

Revert the last commit. It must get more review and testing first.

This commit is contained in:
Gleb Smirnoff 2016-07-18 09:29:08 +00:00
parent ef58c6a7a3
commit 809a9d1353
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302998

View File

@ -1381,7 +1381,7 @@ _callout_stop_safe(struct callout *c, int flags, void (*drain)(void *))
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;