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>
Fri, 7 Oct 2022 19:49:28 +0000 (13:49 -0600)
commit9c5d77f47c05d5ddc096ebd456ee2f49e236eacc
treeed5f48d9dca9e644da598fcafd86fabf30aaed88
parent032697d728f67e96971eae9c84a2040053459a39
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