Dominik Brodowski df260e21e6 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Using the ksys_truncate() wrapper allows us to get rid of in-kernel
calls to the sys_truncate() 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_truncate().

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: Al Viro <viro@zeniv.linux.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2018-04-02 20:16:08 +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