Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] proc_readfd_common() race fix
Since we drop the rcu_read_lock inside the loop, we can't assume that files->fdt will remain unchanged (and not freed) between iterations. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information