]> asedeno.scripts.mit.edu Git - linux.git/commit
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 11 Mar 2018 10:34:36 +0000 (11:34 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:38 +0000 (20:15 +0200)
commit52fb6db0fd6f50ac71475f02b96098fbb1fb3417
tree781a546ea25e615de9f7f6870d0bca3dee8d6c8e
parent791eb22eef0d077df4ddcf633ee6eac038f0431e
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()

Using this helper removes in-kernel calls to the sys_signalfd4() syscall
function.

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: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
fs/signalfd.c