]> www.infradead.org Git - users/willy/linux.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>
Wed, 20 Oct 2021 20:00:32 +0000 (16:00 -0400)
commitf2edcdd64ef3d258b49dd88a134a1dba2302ab50
tree2b0f9d4e7c6b1ad9409d644b5123861166c1127a
parenta818579946802cbf3eda4f641aae12b0c9c3a179
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