]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Set next to NULL in mmap_region()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 4 Feb 2021 18:59:30 +0000 (13:59 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 4 Feb 2021 18:59:30 +0000 (13:59 -0500)
commit846988a01bc6341b137688e1374d0f622df9e9ef
treefa3d6082e17effbf5f378cde9becc6de395b9605
parentd7400caab07d9c95f3bda0699728da5c0d5f01fa
mm/mmap: Set next to NULL in mmap_region()

When following cannot_expand goto, next would not be set

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c