diff options
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index f3b5ca404659..cbfa5fb31072 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -2133,7 +2133,7 @@ void dentry_unhash(struct dentry *dentry) | |||
2133 | shrink_dcache_parent(dentry); | 2133 | shrink_dcache_parent(dentry); |
2134 | spin_lock(&dcache_lock); | 2134 | spin_lock(&dcache_lock); |
2135 | spin_lock(&dentry->d_lock); | 2135 | spin_lock(&dentry->d_lock); |
2136 | if (atomic_read(&dentry->d_count) == 2) | 2136 | if (dentry->d_count == 2) |
2137 | __d_drop(dentry); | 2137 | __d_drop(dentry); |
2138 | spin_unlock(&dentry->d_lock); | 2138 | spin_unlock(&dentry->d_lock); |
2139 | spin_unlock(&dcache_lock); | 2139 | spin_unlock(&dcache_lock); |