aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_fs.c2
-rw-r--r--drivers/infiniband/hw/qib/qib_fs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_fs.c b/drivers/infiniband/hw/ipath/ipath_fs.c
index 8c8afc716b98..18aee04a8411 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);
diff --git a/drivers/infiniband/hw/qib/qib_fs.c b/drivers/infiniband/hw/qib/qib_fs.c
index f99bddc01716..fe4b242f0094 100644
--- a/drivers/infiniband/hw/qib/qib_fs.c
+++ b/drivers/infiniband/hw/qib/qib_fs.c
@@ -456,7 +456,7 @@ static int remove_file(struct dentry *parent, char *name)
456 spin_lock(&dcache_lock); 456 spin_lock(&dcache_lock);
457 spin_lock(&tmp->d_lock); 457 spin_lock(&tmp->d_lock);
458 if (!(d_unhashed(tmp) && tmp->d_inode)) { 458 if (!(d_unhashed(tmp) && tmp->d_inode)) {
459 dget_locked(tmp); 459 dget_locked_dlock(tmp);
460 __d_drop(tmp); 460 __d_drop(tmp);
461 spin_unlock(&tmp->d_lock); 461 spin_unlock(&tmp->d_lock);
462 spin_unlock(&dcache_lock); 462 spin_unlock(&dcache_lock);