eventpoll: cleanup branches around sleeping for events
authorJens Axboe <axboe@kernel.dk>
Fri, 19 Aug 2022 02:00:28 +0000 (20:00 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Apr 2023 14:55:59 +0000 (08:55 -0600)
commitbac87dc063d7c3ff0f7afcaa9ede07e56fcb631a
tree80aa4ed2145848d69582ee96959f18c23a575f7d
parent09a9639e56c01c7a00d6c0ca63f4c7c41abe075d
eventpoll: cleanup branches around sleeping for events

Rather than have two separate branches here, collapse them into a single
one instead. No functional changes here, just a cleanup in preparation
for changes in this area.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/eventpoll.c