Dominik Brodowski a90f590a1b mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Using this helper allows us to avoid the in-kernel calls to the
sys_mmap_pgoff() syscall. The ksys_ prefix denotes that this function is
meant as a drop-in replacement for the syscall. In particular, it uses the
same calling convention as sys_mmap_pgoff().

This patch is part of a series which removes in-kernel calls to syscalls.
On this basis, the syscall entry path can be streamlined. For details, see
http://lkml.kernel.org/r/20180325162527.GA17492@light.dominikbrodowski.net

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2018-04-02 20:16:11 +02:00
..
2017-11-16 12:47:46 -08:00
2018-02-10 13:16:35 -08:00
2016-06-14 13:58:26 +10:00
2018-01-15 09:35:26 +01:00
2018-02-06 09:59:40 -08:00
2018-01-21 23:21:14 +11:00
2016-08-07 23:50:09 -04:00
2016-08-07 23:50:09 -04:00
2017-11-16 12:47:46 -08:00
2018-02-02 10:01:04 -08:00
2016-08-07 23:50:09 -04:00
2018-02-02 10:01:04 -08:00
2017-06-27 17:02:50 -07:00
2017-12-11 13:03:35 +11:00
2018-02-06 09:59:40 -08:00
2018-02-10 14:08:26 -08:00
2018-02-02 10:01:04 -08:00
2018-02-02 10:01:04 -08:00
2018-02-02 10:01:04 -08:00
2017-11-16 12:47:46 -08:00
2018-02-02 10:01:04 -08:00
2015-04-07 17:15:13 +10:00
2018-02-02 10:01:04 -08:00