lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 31 Aug 2020 17:41:30 +0000 (13:41 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Oct 2020 00:02:01 +0000 (20:02 -0400)
commit57804b1cc4616780c72a2d0930d1bd0d5bd3ed4c
tree80f68c648f86f60359e38a1c2f219768b4ad4ba4
parentff07952aeda8563d5080da3a0754db83ed0650f6
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()

get rid of depth/ep_locked arguments there and document
the kludge in ep_item_poll() that has lead to ep_locked existence in
the first place

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/eventpoll.c