Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
authorPalmer Dabbelt <palmer@dabbelt.com>
Fri, 10 Mar 2023 16:07:54 +0000 (17:07 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 10 Mar 2023 20:05:16 +0000 (21:05 +0100)
commit063f3ed9faf38e41449838bb3258a7d00f75c5d1
treeda2c35d08ed15872ba4d301bcff2a0de3675354a
parent5fe5a7586c27a13a42b7946334d41a96c776a188
Move ep_take_care_of_epollwakeup() to fs/eventpoll.c

This doesn't make any sense to expose to userspace, so it's been moved
to the one user.  This was introduced by commit 95f19f658ce1 ("epoll:
drop EPOLLWAKEUP if PM_SLEEP is disabled").

Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
Reviewed-by: Andrew Waterman <waterman@eecs.berkeley.edu>
Reviewed-by: Albert Ou <aou@eecs.berkeley.edu>
Message-Id: <1447119071-19392-7-git-send-email-palmer@dabbelt.com>
[thuth: Rebased to fix contextual conflicts]
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/eventpoll.c
include/uapi/linux/eventpoll.h