• Al Viro's avatar
    fix devtmpfs race · e13889ba
    Al Viro authored
    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>
    e13889ba
devtmpfs.c 9.19 KB