diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_fs.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_fs.c b/drivers/infiniband/hw/ipath/ipath_fs.c index 8c8afc716b9..18aee04a841 100644 --- a/drivers/infiniband/hw/ipath/ipath_fs.c +++ b/drivers/infiniband/hw/ipath/ipath_fs.c | |||
@@ -280,7 +280,7 @@ static int remove_file(struct dentry *parent, char *name) | |||
280 | spin_lock(&dcache_lock); | 280 | spin_lock(&dcache_lock); |
281 | spin_lock(&tmp->d_lock); | 281 | spin_lock(&tmp->d_lock); |
282 | if (!(d_unhashed(tmp) && tmp->d_inode)) { | 282 | if (!(d_unhashed(tmp) && tmp->d_inode)) { |
283 | dget_locked(tmp); | 283 | dget_locked_dlock(tmp); |
284 | __d_drop(tmp); | 284 | __d_drop(tmp); |
285 | spin_unlock(&tmp->d_lock); | 285 | spin_unlock(&tmp->d_lock); |
286 | spin_unlock(&dcache_lock); | 286 | spin_unlock(&dcache_lock); |