Skip to content
Commit 69112736 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent bec1a502
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment