Dominik Brodowski 9d5b7c956b mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Using the ksys_fadvise64_64() helper allows us to avoid the in-kernel
calls to the sys_fadvise64_64() 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 ksys_fadvise64_64().

Some compat stubs called sys_fadvise64(), which then just passed through
the arguments to sys_fadvise64_64(). Get rid of this indirection, and call
ksys_fadvise64_64() directly.

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:10 +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