Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / arch / s390 / hypfs / inode.c
index 498966f6af59e2632a950040b69b9ce016a66060..70139d0791b616d097723cc837b0a8c5c931549f 100644 (file)
@@ -76,7 +76,7 @@ static void hypfs_remove(struct dentry *dentry)
                else
                        simple_unlink(d_inode(parent), dentry);
        }
-       d_delete(dentry);
+       d_drop(dentry);
        dput(dentry);
        inode_unlock(d_inode(parent));
 }