]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - mm/memory.c
mm: inline vm_insert_pfn_prot() into caller
authorMatthew Wilcox <willy@infradead.org>
Fri, 26 Oct 2018 22:04:33 +0000 (15:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Oct 2018 23:25:20 +0000 (16:25 -0700)
commit6d958546ff611c9ae09b181e628c1c5d5da5ebda
treec687cae1ee84aa277079bc7ee924069f191123af
parentae2b01f37044c10e975d22116755df56252b09d8
mm: inline vm_insert_pfn_prot() into caller

vm_insert_pfn_prot() is only called from vmf_insert_pfn_prot(), so inline
it and convert some of the errnos into vm_fault codes earlier.

Link: http://lkml.kernel.org/r/20180828145728.11873-9-willy@infradead.org
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Souptick Joarder <jrdr.linux@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c