Skip to content
Commit e13889ba authored by Al Viro's avatar Al Viro
Browse files

fix devtmpfs race



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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent eda65cc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment