Re: System frequently hangs, found commit that probably causes it

2022-07-06 Thread Sebastien Marie
On Mon, Jul 04, 2022 at 12:49:24PM +0200, Martin Pieuchot wrote: > > > > a possible construct could be: > > > > for (;;) { > > LIST_FOREACH(uvn, &uvn_wlist, u_wlist) { > > vp = uvn->u_vnode; > > if (mp && vp->v_mount != mp) > >

Re: System frequently hangs, found commit that probably causes it

2022-07-06 Thread Martin Pieuchot
On 01/07/22(Fri) 07:13, Sebastien Marie wrote: > On Mon, Jun 27, 2022 at 06:29:55PM +0200, Martin Pieuchot wrote: > > On 27/06/22(Mon) 18:04, Caspar Schutijser wrote: > > > On Sun, Jun 26, 2022 at 10:03:59PM +0200, Martin Pieuchot wrote: > > > > On 26/06/22(Sun) 20:36, Caspar Schutijser wrote: > >