summaryrefslogtreecommitdiffstats
path: root/fs/statfs.c
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2018-07-11 14:56:50 +0100
committerWill Deacon <will.deacon@arm.com>2018-07-12 14:49:48 +0100
commitbf1c77b4644f46d2986b7ca5e43e012f0fc8984b (patch)
treedc904b18b02cbab1c85d6bd336869837e410ffe3 /fs/statfs.c
parent80d63bc39f9ace9c1d2bef7f921d2f3ef2037d4b (diff)
downloadlinux-stable-bf1c77b4644f46d2986b7ca5e43e012f0fc8984b.tar.gz
linux-stable-bf1c77b4644f46d2986b7ca5e43e012f0fc8984b.tar.bz2
linux-stable-bf1c77b4644f46d2986b7ca5e43e012f0fc8984b.zip
kernel: add ksys_personality()
Using this helper allows us to avoid the in-kernel call to the sys_personality() 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_personality(). Since ksys_personality is trivial, it is implemented directly in <linux/syscalls.h>, as we do for ksys_close() and friends. This helper is necessary to enable conversion of arm64's syscall handling to use pt_regs wrappers. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@infradead.org> Cc: Dave Martin <dave.martin@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'fs/statfs.c')
0 files changed, 0 insertions, 0 deletions