Home
last modified time | relevance | path

Searched hist:"3903 b55a6117ee5a8c90108beaf8d921474aa05a" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmmap.cdiff 3903b55a6117ee5a8c90108beaf8d921474aa05a Sun Oct 18 01:14:06 CEST 2020 Liam R. Howlett <Liam.Howlett@Oracle.com> mm/mmap: add inline vma_next() for readability of mmap code

There are three places that the next vma is required which uses the same
block of code. Replace the block with a function and add comments on what
happens in the case where NULL is encountered.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200818154707.2515169-1-Liam.Howlett@Oracle.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>