]> git.baikalelectronics.ru Git - kernel.git/commit
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 11 Mar 2018 10:34:30 +0000 (11:34 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Mon, 2 Apr 2018 18:15:37 +0000 (20:15 +0200)
commitcc4b716eecb96e6d2a33ae3914c67cb8c8e48fe2
tree85d17bcff2149aa82b380c44d6eccbf63e22e900
parented1de6b4ad6a9cce16422e6ab148f320fdcee784
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()

Using the helper functions do_epoll_create() and do_epoll_wait() allows us
to remove in-kernel calls to the related syscall functions.

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/eventpoll.c