diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-03 11:44:55 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-03 11:44:55 -0400 |
commit | 0c820e5cc8eca45e94da1bfbf6091a098f180371 (patch) | |
tree | 2548e0f11d8dd6cf81df3a7ea4a4ef2ab7c8233a /runtime/task_finder.c | |
parent | ea9d509619ae8dc1512576bccdff2288a2c256dc (diff) | |
parent | 129de9ef18cd142e31ed509a7704d4faf0879f4c (diff) | |
download | systemtap-steved-0c820e5cc8eca45e94da1bfbf6091a098f180371.tar.gz systemtap-steved-0c820e5cc8eca45e94da1bfbf6091a098f180371.tar.xz systemtap-steved-0c820e5cc8eca45e94da1bfbf6091a098f180371.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/task_finder.c')
-rw-r--r-- | runtime/task_finder.c | 2 |
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 |