commit | 52fb6db0fd6f50ac71475f02b96098fbb1fb3417 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sun Mar 11 11:34:36 2018 +0100 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Mon Apr 02 20:15:38 2018 +0200 |
tree | 781a546ea25e615de9f7f6870d0bca3dee8d6c8e | |
parent | 791eb22eef0d077df4ddcf633ee6eac038f0431e [diff] |
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>