From: Liam R. Howlett Date: Fri, 29 Jan 2021 14:52:12 +0000 (-0500) Subject: mm/mmap: Fix comment for do_brk_munmap() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f49c28d201b5ed662970de766458dc5c6779cb99;p=users%2Fjedix%2Flinux-maple.git mm/mmap: Fix comment for do_brk_munmap() Signed-off-by: Liam R. Howlett --- diff --git a/mm/mmap.c b/mm/mmap.c index e569d1cb0a3f..9f7cd98d813b 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -2811,6 +2811,7 @@ out: * @vma: The vma to be modified * @newbrk: the start of the address to unmap * @oldbrk: The end of the address to unmap + * @uf: The userfaultfd list_head * * Returns: 0 on success. * unmaps a partial VMA mapping. Does not handle alignment, downgrades lock if