]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] SCSI: add missing cdb clearing in scsi_execute()
authorTejun Heo <htejun@gmail.com>
Sat, 16 Dec 2006 11:02:32 +0000 (20:02 +0900)
committerChris Wright <chrisw@sous-sol.org>
Wed, 10 Jan 2007 19:05:19 +0000 (11:05 -0800)
commitf73237921bbbffaf0e338ef018726980a5483baa
tree0034479868ffd39b5846333a01896f7ba7f3471b
parent5033031c3a98f3c1169745c341dbb7342b24e2a1
[PATCH] SCSI: add missing cdb clearing in scsi_execute()

Clear-garbage-after-CDB patch missed scsi_execute() and it causes some
ODDs (HL-DT-ST DVD-RAM GSA-H30N) choke during SCSI scan.  Note that
this patch is only for -stable.  There is another more reliable fix
for this problem proposed for devel tree.

http://thread.gmane.org/gmane.linux.ide/14605/focus=14605

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Douglas Gilbert <dougg@torque.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/scsi/scsi_lib.c