Hi all, On Thu, 25 Jan 2018 14:31:55 +1100 Stephen Rothwell <[email protected]> wrote: > > + if (!disconnected) { > - hlist_bl_lock(&tmp->d_sb->s_roots); > - hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_roots); > - hlist_bl_unlock(&tmp->d_sb->s_roots); > ++ hlist_bl_lock(&dentry->d_sb->s_roots); > ++ hlist_bl_add_head(&dentry->d_hash, &tmp->d_sb->s_roots);
I fixed up the "tmp" here ... it should have been "dentry". -- Cheers, Stephen Rothwell

