fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()
authorVasily Averin <[email protected]>
Mon, 10 Jul 2017 22:49:23 +0000 (15:49 -0700)
committerLinus Torvalds <[email protected]>
Mon, 10 Jul 2017 23:32:32 +0000 (16:32 -0700)
After commit 1be7107fbe18 ("mm: larger stack guard gap, between vmas")
we do not hide stack guard page in /proc/<pid>/maps

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Vasily Averin <[email protected]>
Cc: Hugh Dickins <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/task_mmu.c

index 520802da059c25655eda0c1a421e963007b65ed7..b836fd61ed878a38d25d5ffe44bb86e30066955c 100644 (file)
@@ -298,7 +298,6 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
                pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT;
        }
 
-       /* We don't show the stack guard page in /proc/maps */
        start = vma->vm_start;
        end = vma->vm_end;