Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2015 10:39:56 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        Julien Charbon <jch@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, John Baldwin <jhb@freebsd.org>
Subject:   Re: svn commit: r286880 - head/sys/kern
Message-ID:  <55DECCDC.7040902@selasky.org>
In-Reply-To: <55DEC7A2.1050808@freebsd.org>
References:  <201508181015.t7IAFAex055889@repo.freebsd.org> <55DD69E5.4090904@selasky.org> <55DDE9FF.3020705@freebsd.org> <55DEC7A2.1050808@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Julien,

On 08/27/15 10:17, Julien Charbon wrote:
>
>   Hi Hans,
>
>
>   After checking the non-mpsafe callout cases, you are completely right,
> this test makes sense only in mpsafe callout case.

>
>   Fixed in r287196:
>
> https://svnweb.freebsd.org/base?view=revision&revision=287196
>
>   Thanks a lot for your time.

Possibly you'll need to add an:

else
   not_running = 1;

To restore the old behaviour for non-MPSAFE callouts, because the 
variable is not initialized at top of the function.

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55DECCDC.7040902>