diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-11-28 19:56:15 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-11-28 19:56:15 -0500 |
commit | 69112736e2f025ff3ba280cf81c36e25cf7cc59f (patch) | |
tree | 753f63276600b58d2ebdb2b4b240db3b381e4936 /crypto | |
parent | bec1a502d34dcd4d4350a4d9c14fe07561c9516d (diff) | |
download | linux-69112736e2f025ff3ba280cf81c36e25cf7cc59f.tar.bz2 |
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>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions