commit | 0d11e6aca396e679c07b2dd6af5dc8b7f041fbbd | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Thu Dec 05 10:50:39 2013 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Dec 05 10:50:39 2013 -0700 |
tree | 70c03f4a224b9fe3e7e140881d251a9472dc6149 | |
parent | 959a35f13eb785f982d79b1aaa75872d05c821da [diff] |
blk-mq: fix use-after-free of request If accounting is on, we will do the IO completion accounting after we have freed the request. Fix that by moving it sooner instead. Signed-off-by: Jens Axboe <axboe@kernel.dk>