svn commit: r286880 - head/sys/kern

Hans Petter Selasky hps at selasky.org
Thu Aug 27 08:38:39 UTC 2015


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



More information about the svn-src-all mailing list