]> 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)
commit582e472ba3334a8e76be2738c9862fbdf2e9e0b8
tree85d17bcff2149aa82b380c44d6eccbf63e22e900
parenta570105a3524f1e9b3a33c5e573c6f52e5bf5556
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