Files
kernel_xiaomi_sm8250/include/linux
Dominik Brodowski 411d9475cf fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Using the ksys_ftruncate() wrapper allows us to get rid of in-kernel
calls to the sys_ftruncate() 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_ftruncate().

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:00 +02:00
..
2018-02-20 11:34:54 +00:00
2018-02-06 18:32:44 -08:00
2018-02-12 15:59:08 +00:00
2018-01-25 14:10:39 -08:00
2018-02-26 12:32:42 -08:00
2018-02-26 09:48:42 -07:00
2018-02-06 16:41:29 -05:00
2018-02-24 01:43:47 +01:00
2018-01-31 17:18:38 -08:00
2018-01-28 22:17:24 -05:00
2018-01-31 17:18:40 -08:00
2018-01-31 17:18:37 -08:00
2018-02-01 11:40:07 -06:00
2018-01-19 16:50:53 -08:00
2018-02-06 16:41:28 -05:00
2018-01-29 12:02:54 -05:00
2018-01-18 11:56:49 +01:00
2018-02-06 18:32:47 -08:00
2018-02-06 18:32:44 -08:00