Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix regression in "epoll: Keep a reference on files added to the chec…
…k 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: a9ed4a6 ("epoll: Keep a reference on files added to the check list") Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information