From: Jens Axboe Date: Fri, 28 Jul 2006 07:32:07 +0000 (+0200) Subject: [PATCH] Remove ->rq_status from struct request X-Git-Tag: v2.6.19-rc1~640^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd6026217c0e4cda2efce1bdc318661bef1f66f;p=pandora-kernel.git [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 --- Reading git-diff-tree failed