On Tue, Jul 19, 2022 at 11:25:07PM +0200, Helge Deller wrote: > On 7/19/22 22:59, John David Anglin wrote: > > Hi Helge, > > > > I hit this warning with the patch below building ghc on mx3210: > > As I wrote, I didn't faced it yet on my buildd server, but that could > just have been luck... > Hillf, should we try if this second hunk triggers? > > --- a/fs/dcache.c > +++ b/fs/dcache.c > @@ -616,6 +618,7 @@ static void __dentry_kill(struct dentry > dentry->d_flags |= DCACHE_MAY_FREE; > can_free = false; > } > + BUG_ON(!hlist_unhashed(&dentry->d_u.d_alias)); > spin_unlock(&dentry->d_lock); > if (likely(can_free)) > dentry_free(dentry); Would you gentlemen mind Cc'ing the entire thing to fsdevel? Or at least forwarding it my way...