fix regression in "epoll: Keep a reference on files added to the check list"
epoll_loop_check_proc() can run into a file already committed to destruction; we can't grab a reference on those and don't need to add them to the set for reverse path check anyway. Tested-by:Marc Zyngier <maz@kernel.org> Fixes: a9ed4a65 ("epoll: Keep a reference on files added to the check list") Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
Loading
-
mentioned in commit b00a42d0
-
mentioned in commit 6111a2a6
-
mentioned in commit 997a30b7
-
mentioned in commit c5931eb2
-
mentioned in commit 6b11142d
-
mentioned in commit 57b2c21f
-
mentioned in commit 15c60414
-
mentioned in commit 6ab2f63b
-
mentioned in commit 9e5c9718
-
mentioned in commit ad3ba24a
Please sign in to comment