diff options
author | Tejun Heo <htejun@gmail.com> | 2006-04-11 17:27:53 +0900 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-04-13 13:25:49 -0500 |
commit | e36e0c80137af8f012528938dab2970c26d5ec4c (patch) | |
tree | fd48fe9041800b7f995f12e64d08d3857f00af8b /drivers/scsi/a100u2w.h | |
parent | aedf349773e5877d716a89368d512b9baa3e8c7b (diff) | |
download | op-kernel-dev-e36e0c80137af8f012528938dab2970c26d5ec4c.zip op-kernel-dev-e36e0c80137af8f012528938dab2970c26d5ec4c.tar.gz |
[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 <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/a100u2w.h')
0 files changed, 0 insertions, 0 deletions