[PATCH] Remove ->rq_status from struct request
authorJens Axboe <axboe@suse.de>
Fri, 28 Jul 2006 07:32:07 +0000 (09:32 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:29:23 +0000 (20:29 +0200)
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>

No differences found