Re: [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2023-02-17 20:58:00
Also in:
linux-block, linux-fsdevel, lkml, netdev
From: "Arnd Bergmann" <arnd@arndb.de>
Date: 2023-02-17 20:58:00
Also in:
linux-block, linux-fsdevel, lkml, netdev
On Fri, Feb 17, 2023, at 21:22, Thomas Huth wrote:
From: Palmer Dabbelt <palmer@dabbelt.com>
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 <redacted>
Reviewed-by: Albert Ou <aou@eecs.berkeley.edu>
Message-Id: [ref]
[thuth: Rebased to fix contextual conflicts]
Signed-off-by: Thomas Huth <redacted>Reviewed-by: Arnd Bergmann <arnd@arndb.de>