From: Tejun Heo Date: Tue, 11 Apr 2006 08:27:53 +0000 (+0900) Subject: [SCSI] SCSI: fix scsi_kill_request() busy count handling X-Git-Tag: v2.6.17-rc2~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36e0c80137af8f012528938dab2970c26d5ec4c;p=pandora-kernel.git [SCSI] SCSI: fix scsi_kill_request() busy count handling scsi_kill_request() completes requests via normal SCSI completion path which decrements busy counts; however, requests which get passed to scsi_kill_request() aren't holding busy counts and scsi_kill_request() don't increment them before invoking completion path resulting in incorrect busy counts. Bump up busy counts before invoking completion path. Signed-off-by: Tejun Heo Signed-off-by: James Bottomley --- Reading git-diff-tree failed