Skip to content
Snippets Groups Projects
Commit 6a3890c4 authored by Al Viro's avatar Al Viro
Browse files

get rid of ep_push_nested()


The only remaining user is loop checking.  But there we only need
to check that we have not walked into the epoll we are inserting
into - we are adding an edge to acyclic graph, so any loop being
created will have to pass through the source of that edge.

So we don't need that array of cookies - we have only one eventpoll
to watch out for.  RIP ep_push_nested(), along with the cookies
array.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 56c428ca
No related branches found
No related tags found
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