From 920d63cf7a69cfafc110fc403ecedecbd53797e5 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 2 Jun 2009 11:21:24 -0500 Subject: Fixed cut-and-paste error. * runtime/task_finder.c (__stp_call_mmap_callbacks_for_task): Fixed cut-and-paste error. --- runtime/task_finder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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 -- cgit