commit | cdd6026217c0e4cda2efce1bdc318661bef1f66f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Fri Jul 28 09:32:07 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:29:23 2006 +0200 |
tree | e26bb9c40b603b9cc321aa4217fecf34e1bc5f24 | |
parent | 49171e5c6f414d49a061b5c1c84967c2eb569822 [diff] |
[PATCH] Remove ->rq_status from struct request After Christophs SCSI change, the only usage left is RQ_ACTIVE and RQ_INACTIVE. The block layer sets RQ_INACTIVE right before freeing the request, so any check for RQ_INACTIVE in a driver is a bug and indicates use-after-free. So kill/clean the remaining users, straight forward. Signed-off-by: Jens Axboe <axboe@suse.de>