Home
last modified time | relevance | path

Searched hist:"2 fc96f83" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Deventfd.c2fc96f83 Sun Mar 11 05:34:37 CDT 2018 Dominik Brodowski <linux@dominikbrodowski.net> fs: add do_eventfd() helper; remove internal call to sys_eventfd()

Using this helper removes an in-kernel call to the sys_eventfd() syscall.

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>
2fc96f83 Sun Mar 11 05:34:37 CDT 2018 Dominik Brodowski <linux@dominikbrodowski.net> fs: add do_eventfd() helper; remove internal call to sys_eventfd()

Using this helper removes an in-kernel call to the sys_eventfd() syscall.

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>