summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorLiam Howlett <liam.howlett@oracle.com>2021-05-04 18:38:06 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-05-05 11:27:25 -0700
commitfce000b1bc08c64c0cff4bb705b3970bd6fc1e34 (patch)
tree15faa9c80948a712564773a111b75a8c7673162f /mm/Kconfig
parent575299ea18a8c0575d4c2ef6ad3fa4d41d529d1c (diff)
downloadlinux-stable-fce000b1bc08c64c0cff4bb705b3970bd6fc1e34.tar.gz
linux-stable-fce000b1bc08c64c0cff4bb705b3970bd6fc1e34.tar.bz2
linux-stable-fce000b1bc08c64c0cff4bb705b3970bd6fc1e34.zip
mm/mmap.c: don't unlock VMAs in remap_file_pages()
Since this call uses MAP_FIXED, do_mmap() will munlock the necessary range. There is also an error in the loop test expression which will evaluate as false and the loop body has never execute. Link: https://lkml.kernel.org/r/20210223235010.2296915-1-Liam.Howlett@Oracle.com Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com> Acked-by: Hugh Dickins <hughd@google.com> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/Kconfig')
0 files changed, 0 insertions, 0 deletions