]> git.baikalelectronics.ru Git - kernel.git/commit
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 11 Mar 2018 10:34:37 +0000 (11:34 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:39 +0000 (20:15 +0200)
commit2087adf143e93c12cf935dad5a1e2ff81de41382
treee285a734bc1b9a79d6d99b1eec0699f9a12f51f0
parent5657af233734da630fa3775f22c13da8df2c7601
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>
fs/eventfd.c