Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Feb 2017 14:57:06 -0800
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r313409 - head/sys/geom/journal
Message-ID:  <74328668.ma5t6WLkG7@ralph.baldwin.cx>
In-Reply-To: <201702072246.v17Mk0Ac015659@repo.freebsd.org>
References:  <201702072246.v17Mk0Ac015659@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, February 07, 2017 10:46:00 PM John Baldwin wrote:
> Author: jhb
> Date: Tue Feb  7 22:45:59 2017
> New Revision: 313409
> URL: https://svnweb.freebsd.org/changeset/base/313409
> 
> Log:
>   Defer startup of gjournal switcher kproc.
>   
>   Don't start switcher kproc until the first GEOM is created.
>   
>   Reviewed by:	pjd
>   MFC after:	1 month
>   Differential Revision:	https://reviews.freebsd.org/D8576

Originally this triggered a panic with EARLY_AP_STARTUP, but that was later
resolved by permitting callouts during early boot for !thread0.  However,
this is still useful to avoid creating an unused kthread on a system that
doesn't use gjournal, so I committed it for that reason.

-- 
John Baldwin



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