From: Vasily Averin Date: Mon, 10 Jul 2017 22:49:23 +0000 (-0700) Subject: fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() X-Git-Tag: Ubuntu-5.13.0-19.19~13062^2~71 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8c03cc85a035ae7a208c28c4382ecfeb6adf79a6;p=mirror_ubuntu-jammy-kernel.git fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() After commit 1be7107fbe18 ("mm: larger stack guard gap, between vmas") we do not hide stack guard page in /proc//maps Link: http://lkml.kernel.org/r/211f3c2a-f7ef-7c13-82bf-46fd426f6e1b@virtuozzo.com Signed-off-by: Vasily Averin Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 520802da059c..b836fd61ed87 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c @@ -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;