]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap.c: Pass in mapping to __vma_link_file() master
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 8 Dec 2021 19:12:39 +0000 (14:12 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 14 Mar 2022 18:49:48 +0000 (14:49 -0400)
commitecb96712aea293df0a2127d7421f9ff34b5efaea
treecf7174ca495f910cf5d9148f5c42a84ab48aa2c5
parent86dcc39738055d60f2c4b1a1111649d9420f88c3
mm/mmap.c: Pass in mapping to __vma_link_file()

__vma_link_file() resolves the mapping from the file, if there is one.
Pass through the mapping and check the vm_file externally since most
places already have the required information and check of vm_file.

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