]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/powerpc/platforms/cell/spufs/inode.c
fs: dcache scale dentry refcount
[mirror_ubuntu-zesty-kernel.git] / arch / powerpc / platforms / cell / spufs / inode.c
index 3532b92de98335d84f1f177721072428dd5c166f..29a406a77547d8b94dfe50e376c41a422c1a8d26 100644 (file)
@@ -162,7 +162,7 @@ static void spufs_prune_dir(struct dentry *dir)
                spin_lock(&dcache_lock);
                spin_lock(&dentry->d_lock);
                if (!(d_unhashed(dentry)) && dentry->d_inode) {
-                       dget_locked(dentry);
+                       dget_locked_dlock(dentry);
                        __d_drop(dentry);
                        spin_unlock(&dentry->d_lock);
                        simple_unlink(dir->d_inode, dentry);