diff options
Diffstat (limited to 'fs/exportfs/expfs.c')
-rw-r--r-- | fs/exportfs/expfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exportfs/expfs.c b/fs/exportfs/expfs.c index 53a5c08fb63c..f06a940065f6 100644 --- a/fs/exportfs/expfs.c +++ b/fs/exportfs/expfs.c | |||
@@ -49,7 +49,7 @@ find_acceptable_alias(struct dentry *result, | |||
49 | 49 | ||
50 | spin_lock(&dcache_inode_lock); | 50 | spin_lock(&dcache_inode_lock); |
51 | list_for_each_entry(dentry, &result->d_inode->i_dentry, d_alias) { | 51 | list_for_each_entry(dentry, &result->d_inode->i_dentry, d_alias) { |
52 | dget_locked(dentry); | 52 | dget(dentry); |
53 | spin_unlock(&dcache_inode_lock); | 53 | spin_unlock(&dcache_inode_lock); |
54 | if (toput) | 54 | if (toput) |
55 | dput(toput); | 55 | dput(toput); |