From: Chris Wright Date: Thu, 1 Sep 2005 23:42:39 +0000 (-0700) Subject: Refresh aacraid patch X-Git-Tag: v2.6.13.1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8a1bf9de3ba7768eff6879c60c47fe21c19eb26;p=thirdparty%2Fkernel%2Fstable-queue.git Refresh aacraid patch --- diff --git a/queue/aacraid-bad-BUG_ON-fix.patch b/queue/aacraid-bad-BUG_ON-fix.patch index 1008a3625e2..bed6c7dd158 100644 --- a/queue/aacraid-bad-BUG_ON-fix.patch +++ b/queue/aacraid-bad-BUG_ON-fix.patch @@ -18,10 +18,14 @@ Signed-off-by: Mark Haverkamp Acked-by: James Bottomley Signed-off-by: Chris Wright --- + 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 sizeof(struct aac_fibhdr))); /* * Now send the Fib to the adapter -