]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Fix i2o_scsi oops on abort
authorMarkus Lidel <Markus.Lidel@shadowconnect.com>
Thu, 19 Jan 2006 22:03:04 +0000 (14:03 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Jan 2006 06:13:18 +0000 (22:13 -0800)
commit8d0d41174e0fbe6194db66b6c5845520b4164344
treea9e90e343652cbf9200130474f4c7cb472262453
parentd1753372c3c16c9cfb88bed7f0278091187053f3
[PATCH] Fix i2o_scsi oops on abort

>From http://bugzilla.kernel.org/show_bug.cgi?id=5923

When a scsi command failed, an oops would result.

Back-to-back SMART queries would make the Seagate drives unhappy.  The
second SMART query would timeout, and the command would be aborted.

From: Markus Lidel <Markus.Lidel@shadowconnect.com>
Cc: Kenny Simpson <theonetruekenny@yahoo.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/message/i2o/i2o_scsi.c