]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/mmap.c: Drop inline
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 25 Feb 2022 01:39:29 +0000 (20:39 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 8 Mar 2022 18:19:14 +0000 (13:19 -0500)
Add this to 387dca4a26d4a as well

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

index d9633535a3c9e18e1608f1fb6ace17456a878839..13494d6706792a86b087cc0b3b759dc2da0ac35b 100644 (file)
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -1849,7 +1849,7 @@ EXPORT_SYMBOL(find_vma_intersection);
  * Returns: The VMA associated with addr, or the next vma.
  * May return %NULL in the case of no vma at addr or above.
  */
-inline struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
+struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr)
 {
        unsigned long index = addr;