[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180125143947.513e895a@canb.auug.org.au>
Date: Thu, 25 Jan 2018 14:39:47 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Al Viro <viro@...IV.linux.org.uk>,
Miklos Szeredi <miklos@...redi.hu>
Cc: Linux-Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
NeilBrown <neilb@...e.com>
Subject: Re: linux-next: manual merge of the vfs tree with the overlayfs
tree
Hi all,
On Thu, 25 Jan 2018 14:31:55 +1100 Stephen Rothwell <sfr@...b.auug.org.au> 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
Powered by blists - more mailing lists