Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After we's done complete(&req->done), there's nothing to prevent the scope containing *req from being gone and *req overwritten by any kind of junk. So we must read req->next before that... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information