commit | 69112736e2f025ff3ba280cf81c36e25cf7cc59f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 28 19:56:15 2017 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 28 19:56:15 2017 -0500 |
tree | 753f63276600b58d2ebdb2b4b240db3b381e4936 | |
parent | bec1a502d34dcd4d4350a4d9c14fe07561c9516d [diff] |
eventpoll: no need to mask the result of epi_item_poll() again two callers that do so don't need to bother - we'd already masked it with epi->event.events, which * couldn't have changed since we are holding ->mtx * had been set to event->events * is still equal to event->events, since *event is never changed by anything. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>