fs: dcache rationalise dget variants
[deliverable/linux.git] / fs / exportfs / expfs.c
index 53a5c08fb63c71ed3881c132652df891fbf1a234..f06a940065f63fbdf53a1cfecc87f9a2c18f0950 100644 (file)
@@ -49,7 +49,7 @@ find_acceptable_alias(struct dentry *result,
 
        spin_lock(&dcache_inode_lock);
        list_for_each_entry(dentry, &result->d_inode->i_dentry, d_alias) {
-               dget_locked(dentry);
+               dget(dentry);
                spin_unlock(&dcache_inode_lock);
                if (toput)
                        dput(toput);
This page took 0.026021 seconds and 5 git commands to generate.