Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c03cc85 authored by Vasily Averin's avatar Vasily Averin Committed by Linus Torvalds
Browse files

fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()

After commit 1be7107f ("mm: larger stack guard gap, between vmas")
we do not hide stack guard page in /proc/<pid>/maps

Link: http://lkml.kernel.org/r/211f3c2a-f7ef-7c13-82bf-46fd426f6e1b@virtuozzo.com


Signed-off-by: default avatarVasily Averin <vvs@virtuozzo.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a7be6e5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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;
		pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT;
	}
	}


	/* We don't show the stack guard page in /proc/maps */
	start = vma->vm_start;
	start = vma->vm_start;
	end = vma->vm_end;
	end = vma->vm_end;