summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/task_finder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/task_finder.c b/runtime/task_finder.c
index dab56170..672b21f1 100644
--- a/runtime/task_finder.c
+++ b/runtime/task_finder.c
@@ -1053,7 +1053,7 @@ __stp_call_mmap_callbacks_for_task(struct stap_task_finder_target *tgt,
// This way they won't get deleted from
// out under us.
vma_cache_p->f_dentry = vma->vm_file->f_dentry;
- dget(vma_cache_p->f_path);
+ dget(vma_cache_p->f_dentry);
vma_cache_p->f_vfsmnt = vma->vm_file->f_vfsmnt;
mntget(vma_cache_p->f_vfsmnt);
#endif