Re: svn commit: r243341 - head/sys/kern

2012-11-21 Thread Konstantin Belousov
On Wed, Nov 21, 2012 at 11:38:35PM +0100, Pawel Jakub Dawidek wrote: > On Tue, Nov 20, 2012 at 03:33:48PM +, Konstantin Belousov wrote: > > Author: kib > > Date: Tue Nov 20 15:33:48 2012 > > New Revision: 243341 > > URL: http://svnweb.freebsd.org/changeset/base/243341 > > > > Log: > > Add a

Re: svn commit: r243341 - head/sys/kern

2012-11-21 Thread Pawel Jakub Dawidek
On Tue, Nov 20, 2012 at 03:33:48PM +, Konstantin Belousov wrote: > Author: kib > Date: Tue Nov 20 15:33:48 2012 > New Revision: 243341 > URL: http://svnweb.freebsd.org/changeset/base/243341 > > Log: > Add a special meaning to the negative ticks argument for > taskqueue_enqueue_timeout().

svn commit: r243341 - head/sys/kern

2012-11-20 Thread Konstantin Belousov
Author: kib Date: Tue Nov 20 15:33:48 2012 New Revision: 243341 URL: http://svnweb.freebsd.org/changeset/base/243341 Log: Add a special meaning to the negative ticks argument for taskqueue_enqueue_timeout(). Do not rearm the callout if it is already armed and the ticks is negative. Otherwi