]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/mmap: Fix comment for do_brk_munmap()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 29 Jan 2021 14:52:12 +0000 (09:52 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 29 Jan 2021 14:52:12 +0000 (09:52 -0500)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c

index e569d1cb0a3fc08bd739cffc7b5e685a438b6714..9f7cd98d813bd5e2f221647f5006121878a2ffd5 100644 (file)
--- 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