]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Export find_vma_intersection to fix unresolved symbols in
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 30 Sep 2020 16:27:32 +0000 (12:27 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:30:32 +0000 (12:30 -0500)
commitf6ace0a50076b6f4e73b52b9483545d1e0140574
treebe84622287d3c68c49ec61a9ca3f3525d38a3c88
parente4de660cea1b0a8c71a0a22dedb12503498053f8
mm/mmap: Export find_vma_intersection to fix unresolved symbols in
modules

kvm was complaining that the static function has become an extern.

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