diff for duplicates of <20051112091251.GA15402@lst.de> diff --git a/a/1.txt b/N1/1.txt index 28830aa..af47dd3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,8 +10,7 @@ ping? Signed-off-by: Christoph Hellwig <hch@lst.de> Index: linux-2.6/drivers/scsi/qlogicpti.c -=================================================================== ---- linux-2.6.orig/drivers/scsi/qlogicpti.c 2005-10-17 13:53:19.000000000 +0200 +=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.c 2005-10-17 13:53:19.000000000 +0200 +++ linux-2.6/drivers/scsi/qlogicpti.c 2005-10-17 13:55:07.000000000 +0200 @@ -312,8 +312,6 @@ } @@ -78,9 +77,9 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c -#endif - ); - -- if ((qpti->sbits & (1 << tgt)) == 0) { -- int ok = host_byte(Cmnd->result) == DID_OK; -- if (Cmnd->cmnd[0] == 0x12 && ok) { +- if ((qpti->sbits & (1 << tgt)) = 0) { +- int ok = host_byte(Cmnd->result) = DID_OK; +- if (Cmnd->cmnd[0] = 0x12 && ok) { - unsigned char *iqd; - unsigned int iqd_len; - @@ -135,7 +134,7 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c - * We've peeked at all targets for this bus- time - * to set parameters for devices for real now. - */ -- if (qpti->sbits == 0xffff) { +- if (qpti->sbits = 0xffff) { - int i; - for(i = 0; i < MAX_TARGETS; i++) { - u_short param[6]; @@ -169,7 +168,7 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c - * capability-configuring, then we're done with all adapters - * and can rock on.. - */ -- if (qpti == NULL) +- if (qpti = NULL) - Cmnd->device->host->hostt->queuecommand = qlogicpti_queuecommand; - - return qlogicpti_queuecommand(Cmnd, done); @@ -227,8 +226,7 @@ Index: linux-2.6/drivers/scsi/qlogicpti.c .eh_bus_reset_handler = qlogicpti_reset, .can_queue = QLOGICPTI_REQ_QUEUE_LEN, Index: linux-2.6/drivers/scsi/qlogicpti.h -=================================================================== ---- linux-2.6.orig/drivers/scsi/qlogicpti.h 2005-10-17 13:52:34.000000000 +0200 +=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.h 2005-10-17 13:52:34.000000000 +0200 +++ linux-2.6/drivers/scsi/qlogicpti.h 2005-10-17 13:53:43.000000000 +0200 @@ -379,9 +379,7 @@ #define SREG_SPMASK 0x03 /* Mask for switch pack */ diff --git a/a/content_digest b/N1/content_digest index 9c1bc43..4e62543 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020051017120229.GA5834@lst.de\0" "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0Re: [PATCH] kill qlogicpti inquiry sniffing\0" - "Date\0Sat, 12 Nov 2005 10:12:51 +0100\0" + "Date\0Sat, 12 Nov 2005 09:12:51 +0000\0" "To\0jejb@steeleye.com" davem@davemloft.net " tcallawa@redhat.com\0" @@ -21,8 +21,7 @@ "Signed-off-by: Christoph Hellwig <hch@lst.de>\n" "\n" "Index: linux-2.6/drivers/scsi/qlogicpti.c\n" - "===================================================================\n" - "--- linux-2.6.orig/drivers/scsi/qlogicpti.c\t2005-10-17 13:53:19.000000000 +0200\n" + "=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.c\t2005-10-17 13:53:19.000000000 +0200\n" "+++ linux-2.6/drivers/scsi/qlogicpti.c\t2005-10-17 13:55:07.000000000 +0200\n" "@@ -312,8 +312,6 @@\n" " \t\t}\n" @@ -89,9 +88,9 @@ "-#endif\n" "-\t\t );\n" "-\n" - "-\tif ((qpti->sbits & (1 << tgt)) == 0) {\n" - "-\t\tint ok = host_byte(Cmnd->result) == DID_OK;\n" - "-\t\tif (Cmnd->cmnd[0] == 0x12 && ok) {\n" + "-\tif ((qpti->sbits & (1 << tgt)) = 0) {\n" + "-\t\tint ok = host_byte(Cmnd->result) = DID_OK;\n" + "-\t\tif (Cmnd->cmnd[0] = 0x12 && ok) {\n" "-\t\t\tunsigned char *iqd;\n" "-\t\t\tunsigned int iqd_len;\n" "-\n" @@ -146,7 +145,7 @@ "-\t * We've peeked at all targets for this bus- time\n" "-\t * to set parameters for devices for real now.\n" "-\t */\n" - "-\tif (qpti->sbits == 0xffff) {\n" + "-\tif (qpti->sbits = 0xffff) {\n" "-\t\tint i;\n" "-\t\tfor(i = 0; i < MAX_TARGETS; i++) {\n" "-\t\t\tu_short param[6];\n" @@ -180,7 +179,7 @@ "-\t * capability-configuring, then we're done with all adapters\n" "-\t * and can rock on..\n" "-\t */\n" - "-\tif (qpti == NULL)\n" + "-\tif (qpti = NULL)\n" "-\t\tCmnd->device->host->hostt->queuecommand = qlogicpti_queuecommand;\n" "-\n" "-\treturn qlogicpti_queuecommand(Cmnd, done);\n" @@ -238,8 +237,7 @@ " \t.eh_bus_reset_handler\t= qlogicpti_reset,\n" " \t.can_queue\t\t= QLOGICPTI_REQ_QUEUE_LEN,\n" "Index: linux-2.6/drivers/scsi/qlogicpti.h\n" - "===================================================================\n" - "--- linux-2.6.orig/drivers/scsi/qlogicpti.h\t2005-10-17 13:52:34.000000000 +0200\n" + "=================================--- linux-2.6.orig/drivers/scsi/qlogicpti.h\t2005-10-17 13:52:34.000000000 +0200\n" "+++ linux-2.6/drivers/scsi/qlogicpti.h\t2005-10-17 13:53:43.000000000 +0200\n" "@@ -379,9 +379,7 @@\n" " #define SREG_SPMASK 0x03 /* Mask for switch pack */\n" @@ -253,4 +251,4 @@ " \n" /* How to twiddle them bits... */ -65360658a411ad0a6611f5fea076b82a1fcfb3564aa598b801987ab43fed8d92 +153b5b17ef3c2eaf68bf4f47f9840ef773cd16d5190a9feeab921ce8217fbe00
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.