]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Move mmap_region() below do_munmap()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 27 Jan 2021 15:25:13 +0000 (10:25 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:38:43 +0000 (23:38 -0400)
commit6693c09772a2b6179d70eb75cd447bf9df1de815
tree315bee2d6b908f58940bf8c6f2f186fadf032a72
parent44c11ec9dbb7c658e3243209bb4be7a13e3a81ca
mm/mmap: Move mmap_region() below do_munmap()

Relocation of code for the next commit.  There should be no changes
here.

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