Skip to content
Commit 788ce43a authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

[SCSI] SCSI core: fix leakage of scsi_cmnd's



Actually, just one problem and one cosmetic fix:

1) We need to dequeue for the loop and kill case (it seems easiest
simply to dequeue in the scsi_kill_request() routine)
2) There's no real need to drop the queue lock.  __scsi_done() is lock
agnostic, so since there's no requirement, let's just leave it in to
avoid any locking issues.

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent e91442b6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment