]> git.hungrycats.org Git - linux/commitdiff
move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 11 Sep 2014 22:55:50 +0000 (18:55 -0400)
committerJiri Slaby <jslaby@suse.cz>
Fri, 27 Jan 2017 16:14:59 +0000 (17:14 +0100)
commit 6f18493e541c690169c3b1479d47d95f624161cf upstream.

and lock the right list there

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: NeilBrown <neilb@suse.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
fs/dcache.c

index 11ded5b0b85323ce15d5add5375e1b2e05103064..9a5e9082feb13636c7dd4d69b02909dd119ba19c 100644 (file)
@@ -2623,6 +2623,12 @@ static void __d_materialise_dentry(struct dentry *dentry, struct dentry *anon)
        dentry->d_parent = dentry;
        list_del_init(&dentry->d_child);
        anon->d_parent = dparent;
+       if (likely(!d_unhashed(anon))) {
+               hlist_bl_lock(&anon->d_sb->s_anon);
+               __hlist_bl_del(&anon->d_hash);
+               anon->d_hash.pprev = NULL;
+               hlist_bl_unlock(&anon->d_sb->s_anon);
+       }
        list_move(&anon->d_child, &dparent->d_subdirs);
 
        write_seqcount_end(&dentry->d_seq);
@@ -2677,7 +2683,6 @@ struct dentry *d_materialise_unique(struct dentry *dentry, struct inode *inode)
                                 * could splice into our tree? */
                                __d_materialise_dentry(dentry, alias);
                                write_sequnlock(&rename_lock);
-                               __d_drop(alias);
                                goto found;
                        } else {
                                /* Nope, but we must(!) avoid directory