]> sourceware.org Git - systemtap.git/commitdiff
PR14712: Correct the bug number in a comment
authorJosh Stone <jistone@redhat.com>
Mon, 15 Oct 2012 17:46:05 +0000 (10:46 -0700)
committerJosh Stone <jistone@redhat.com>
Mon, 15 Oct 2012 17:51:30 +0000 (10:51 -0700)
I mixed this up in the log too; commits 529c7eae and 3df148cb
are really for PR14712, not PR14172.

runtime/task_finder_vma.c

index fa212ac5abad2cace4160dd38e420ba92b5c267b..0db35a01248bbe8107f56fe92077039c24f585c3 100644 (file)
@@ -381,7 +381,7 @@ static struct file*
 stap_find_exe_file(struct mm_struct* mm)
 {
        /* VM_EXECUTABLE was killed in kernel commit e9714acf, but in kernels
-        * that new we can just use mm->exe_file anyway.  (PR14172)  */
+        * that new we can just use mm->exe_file anyway.  (PR14712)  */
 #ifdef VM_EXECUTABLE
        struct vm_area_struct *vma;
        for (vma = mm->mmap; vma; vma = vma->vm_next)
This page took 0.028789 seconds and 5 git commands to generate.