Ryota Ozaki writes:
> I think the below patch fixes the above issue, but probably
> there is a better solution.
Looks like didn't -- it just changed it a little bit. Just like the
last time, the hang happened while reading email over IMAP, which
exercises disk and network at the same time, whil
On Thu, Dec 28, 2017 at 5:05 PM, Tom Ivar Helbekkmo
wrote:
> Ryota Ozaki writes:
>
>> I think the below patch fixes the above issue, but probably
>> there is a better solution.
>
> Looks like didn't -- it just changed it a little bit. Just like the
> last time, the hang happened while reading em
Ryota Ozaki writes:
> Oh, my patch failed to keep SPL at IPL_VM because mutex_exit
> tries to restore an SPL where mutex_enter is called. So I had to
> put splvm before mutex_enter. Could you try the 2nd patch:
> http://www.netbsd.org/~ozaki-r/fix-pool_catchup.diff
Will do. I assume that this
On Thu, Dec 28, 2017 at 05:34:27PM +0900, Ryota Ozaki wrote:
> On Thu, Dec 28, 2017 at 5:05 PM, Tom Ivar Helbekkmo
> wrote:
> > Ryota Ozaki writes:
> >
> >> I think the below patch fixes the above issue, but probably
> >> there is a better solution.
> >
> > Looks like didn't -- it just changed it