]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Refresh aacraid patch
authorChris Wright <chrisw@osdl.org>
Thu, 1 Sep 2005 23:42:39 +0000 (16:42 -0700)
committerChris Wright <chrisw@osdl.org>
Thu, 1 Sep 2005 23:42:39 +0000 (16:42 -0700)
queue/aacraid-bad-BUG_ON-fix.patch

index 1008a3625e2b7e1c56bd19ddb5cb0b90d6850ae1..bed6c7dd158e2faa06a7dce0c1ff2d06a8240090 100644 (file)
@@ -18,10 +18,14 @@ Signed-off-by: Mark Haverkamp <markh@osdl.org>
 Acked-by: James Bottomley <James.Bottomley@SteelEye.com>
 Signed-off-by: Chris Wright <chrisw@osdl.org>
 ---
+ drivers/scsi/aacraid/aachba.c |    2 +-
+ 1 files changed, 1 insertion(+), 1 deletion(-)
 
---- a/drivers/scsi/aacraid/aachba.c    2005-08-28 19:41:01.000000000 -0400
-+++ b/drivers/scsi/aacraid/aachba.c    2005-09-01 08:05:29.118304656 -0400
-@@ -968,7 +968,7 @@
+Index: linux-2.6.13.y/drivers/scsi/aacraid/aachba.c
+===================================================================
+--- linux-2.6.13.y.orig/drivers/scsi/aacraid/aachba.c
++++ linux-2.6.13.y/drivers/scsi/aacraid/aachba.c
+@@ -968,7 +968,7 @@ static int aac_read(struct scsi_cmnd * s
                fibsize = sizeof(struct aac_read64) + 
                        ((le32_to_cpu(readcmd->sg.count) - 1) * 
                         sizeof (struct sgentry64));
@@ -30,4 +34,3 @@ Signed-off-by: Chris Wright <chrisw@osdl.org>
                                        sizeof(struct aac_fibhdr)));
                /*
                 *      Now send the Fib to the adapter
-