fs: dcache rationalise dget variants
[deliverable/linux.git] / arch / powerpc / platforms / cell / spufs / inode.c
index 2662b50ea8d450fa7e4c74649c50e2b231989f17..03185de7cd4a917e6749776e2252a9f14a30b956 100644 (file)
@@ -161,7 +161,7 @@ static void spufs_prune_dir(struct dentry *dir)
        list_for_each_entry_safe(dentry, tmp, &dir->d_subdirs, d_u.d_child) {
                spin_lock(&dentry->d_lock);
                if (!(d_unhashed(dentry)) && dentry->d_inode) {
-                       dget_locked_dlock(dentry);
+                       dget_dlock(dentry);
                        __d_drop(dentry);
                        spin_unlock(&dentry->d_lock);
                        simple_unlink(dir->d_inode, dentry);
This page took 0.02489 seconds and 5 git commands to generate.