[2.6 patch] SCSI_QLA2ABC mustn't select SCSI_FC_ATTRS

2005-07-16 Thread Adrian Bunk
[ The subject was adapted to linux-kernel spam filters... ] On Fri, Jul 15, 2005 at 07:40:37AM -0700, Andrew Vasquez wrote: On Fri, 15 Jul 2005, Adrian Bunk wrote: On Fri, Jul 15, 2005 at 01:36:53AM -0700, Andrew Morton wrote: ... Changes since 2.6.13-rc2-mm2: ... git-scsi

[2.6 patch] drivers/scsi/aic7xxx/: possible cleanups

2005-07-12 Thread Adrian Bunk
: ahd_dump_scbs Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 2 Jul 2005 - 21 Jun 2005 - 30 May 2005 - 17 May 2005 - 24 Apr 2005 drivers/scsi/aic7xxx/aic79xx.h | 49 -- drivers/scsi/aic7xxx/aic79xx_core.c| 180

[2.6 patch] drivers/scsi/gdth.c: cleanups

2005-04-15 Thread Adrian Bunk
This patch contains the following cleanups: - make some needlessly global functions static - remove one more kernel 2.2 #ifdef Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 28 Feb 2005 drivers/scsi/gdth.c | 24 drivers/scsi

[2.6 patch] drivers/scsi/dpt*: remove version.h dependencies

2005-04-14 Thread Adrian Bunk
On Sat, Apr 02, 2005 at 07:49:38AM -0600, James Bottomley wrote: On Sun, 2005-03-27 at 16:34 +0200, Adrian Bunk wrote: This patch removes #if's for kernel 2.2 . this one looks like it's not quite complete: -#ifndef LINUX_VERSION_CODE #include linux/version.h -#endif Once

[2.6 patch] drivers/scsi/qla2xxx/qla_os.c: remove dead code

2005-04-09 Thread Adrian Bunk
This patch removes some dead code found by the Coverity checker (rval can't be FAILED at the time of this check). Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.12-rc2-mm2-full/drivers/scsi/qla2xxx/qla_os.c.old 2005-04-09 22:24:09.0 +0200 +++ linux-2.6.12-rc2-mm2-full

[2.6 patch] drivers/scsi/sym53c416.c: fix a wrong check

2005-04-09 Thread Adrian Bunk
The Coverity checker found that this for loop was wrong. This patch changes it to what seems to be intended. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.12-rc2-mm2-full/drivers/scsi/sym53c416.c.old 2005-04-09 22:16:04.0 +0200 +++ linux-2.6.12-rc2-mm2-full/drivers

Re: [2.6 patch] SCSI: cleanups

2005-03-31 Thread Adrian Bunk
On Mon, Mar 28, 2005 at 09:21:45AM -0600, James Bottomley wrote: On Sun, 2005-03-27 at 22:21 +0200, Adrian Bunk wrote: This patch contains the following cleanups: [..] No to all of this: - remove the following unused functions: - scsi.h: print_driverbyte - scsi.h: print_hostbyte

[2.6 patch] drivers/scsi/dpti.h: remove kernel 2.2 #if's

2005-03-27 Thread Adrian Bunk
This patch removes #if's for kernel 2.2 . Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 12 Mar 2005 drivers/scsi/dpti.h | 10 -- 1 files changed, 10 deletions(-) --- linux-2.6.11-mm2-full/drivers/scsi/dpti.h.old 2005-03-12 12:22

[2.6 patch] SCSI: cleanups

2005-03-27 Thread Adrian Bunk
- remove the following unneeded EXPORT_SYMBOL's: - hosts.c: scsi_host_lookup - scsi.c: scsi_device_cancel - scsi_lib.c: scsi_device_resume Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/constants.c |4 drivers/scsi/hosts.c |3 +-- drivers/scsi/scsi.c

[2.6 patch] fix NCR53C9x.c compile warning

2005-03-27 Thread Adrian Bunk
This patch fixes the following warning: CC [M] drivers/scsi/NCR53C9x.o drivers/scsi/NCR53C9x.c: In function `esp_do_data': drivers/scsi/NCR53C9x.c:1838: warning: unused variable `flags' Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 12 Aug 2004 - 20 Dec

[2.6 patch] drivers/scsi/sg.c: fix check after use

2005-03-27 Thread Adrian Bunk
This patch fixes a check after use found by the Coverity checker. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.12-rc1-mm1-full/drivers/scsi/sg.c.old 2005-03-23 04:57:20.0 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/scsi/sg.c 2005-03-23 04:57:50.0 +0100

Re: Fusion-MPT much faster as module

2005-03-22 Thread Adrian Bunk
On Tue, Mar 22, 2005 at 11:52:22AM +0100, Arjan van de Ven wrote: On Tue, 2005-03-22 at 02:29 -0800, Chen, Kenneth W wrote: Before: /dev/sdc: Timing buffered disk reads: 92 MB in 3.03 seconds = 30.32 MB/sec After: /dev/sdc: Timing buffered disk reads: 174 MB in 3.02

[2.6 patch] drivers/scsi/pas16.c: make code static

2005-03-22 Thread Adrian Bunk
This patch makes needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 28 Feb 2005 drivers/scsi/pas16.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.11-rc4-mm1-full/drivers/scsi/pas16.c.old 2005-02

[2.6 patch] drivers/scsi/osst.c: make code static

2005-03-22 Thread Adrian Bunk
This patch makes needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 28 Feb 2005 drivers/scsi/osst.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.11-rc4-mm1-full/drivers/scsi/osst.c.old 2005-02-28

[2.6 patch] drivers/scsi/initio.c: cleanups

2005-03-22 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global code static - remove or #if 0 the following unused finctions: - tul_pop_pend_scb - tul_device_reset - tul_reset_scsi_bus Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 28 Feb 2005

Re: 2.6.11-mm4: drivers/scsi/arcmsr/arcmsr.c: enormous stack usage

2005-03-22 Thread Adrian Bunk
On Mon, Mar 21, 2005 at 04:58:57PM +0800, erich wrote: Hi Dear All Hi, I had modify arcmsr_iop_ioctlcmd data buffer allocations from the stack issue. ... thanks, but an additional stack issue is still present (it's a bit more hidden): - cmdioctlfld uses 1060 bytes from the stack Best

[2.6 patch] drivers/scsi/osst.c: remove unused code

2005-03-22 Thread Adrian Bunk
Thanks to both the Coverity checker and GNU gcc, it was found that this variable is completely unused. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.12-rc1-mm1-full/drivers/scsi/osst.c.old 2005-03-22 21:04:36.0 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/scsi/osst.c

Re: [ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new mod ule for LSI Logic's SAS based MegaRAID controllers

2005-03-08 Thread Adrian Bunk
On Tue, Mar 08, 2005 at 06:05:11PM -0500, Bagalkote, Sreenivas wrote: source drivers/scsi/megaraid/Kconfig.megaraid +source drivers/scsi/megaraid/Kconfig.megaraid_sas why a fully separate file and not add your ONE config option to Kconfig.megaraid instead ?? Arjan, I didn't

[2.6 patch] drivers/scsi/gdth.c: cleanups

2005-02-28 Thread Adrian Bunk
This patch contains the following cleanups: - make some needlessly global functions static - remove one more kernel 2.2 #ifdef Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/gdth.c | 24 drivers/scsi/gdth.h | 41

[-mm patch] drivers/scsi/ch.c: make a struct static

2005-02-28 Thread Adrian Bunk
This patch makes a needlessly global struct static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.11-rc4-mm1-full/drivers/scsi/ch.c.old 2005-02-28 18:14:48.0 +0100 +++ linux-2.6.11-rc4-mm1-full/drivers/scsi/ch.c 2005-02-28 18:14:55.0 +0100 @@ -118,7 +118,7

[2.6 patch] drivers/scsi/initio.c: cleanups

2005-02-28 Thread Adrian Bunk
This patch contains the following cleanups: - make needlessly global code static - remove or #if 0 the following unused finctions: - tul_pop_pend_scb - tul_device_reset - tul_reset_scsi_bus Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/initio.c | 85

[2.6 patch] SCSI: possible cleanups

2005-02-28 Thread Adrian Bunk
: scsi_host_lookup - scsi.c: scsi_device_cancel - scsi_error.c: scsi_normalize_sense - scsi_error.c: scsi_sense_desc_find - scsi_lib.c: scsi_device_resume - scsi_scan.c: scsi_rescan_device - scsi_scan.c: scsi_scan_single_target Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi

Re: [2.6 patch] drivers/scsi/qla2xxx/: cleanups

2005-02-28 Thread Adrian Bunk
On Mon, Feb 28, 2005 at 09:29:20PM +, Christoph Hellwig wrote: On Mon, Feb 28, 2005 at 10:00:24PM +0100, Adrian Bunk wrote: This patch contains the following cleanups: - make needlessly global code static - kill the unused global *_version and *_version_str variables in the firmware

[2.6 patch] drivers/scsi/scsi_transport_fc.c: #0 unused code

2005-02-28 Thread Adrian Bunk
This patch #if 0's the following EXPORT_SYMBOL'ed but unused functions: - fc_target_block - fc_target_unblock - fc_host_block - fc_host_unblock Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- If the inclusion of code using these functions into the kernel is pending, please ignore my patch

[2.6 patch] drivers/scsi/sym53c8xx_2/sym_hipd.c: make a function static

2005-02-28 Thread Adrian Bunk
This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/sym53c8xx_2/sym_hipd.c |2 +- drivers/scsi/sym53c8xx_2/sym_hipd.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) --- linux-2.6.11-rc4-mm1-full/drivers/scsi

Re: [2.6 patch] SCSI: possible cleanups

2005-02-28 Thread Adrian Bunk
On Mon, Feb 28, 2005 at 10:25:09PM +, Christoph Hellwig wrote: ... - constants.c: scsi_print_hostbyte - constants.c: scsi_print_driverbyte these we'll probably keep for now. ... keep = #if 0 ? cu Adrian -- Is there not promise of rain? Ling Tan asked suddenly out

[2.6 patch] SCSI: cleanups

2005-02-28 Thread Adrian Bunk
- constants.c: scsi_print_driverbyte - remove the following unneeded EXPORT_SYMBOL's: - hosts.c: scsi_host_lookup - scsi.c: scsi_device_cancel - scsi_lib.c: scsi_device_resume Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/constants.c |4 drivers/scsi/hosts.c |3

[2.6.11-rc4-mm1 patch] drivers/scsi/arcmsr/arcmsr.c cleanups

2005-02-27 Thread Adrian Bunk
functions static - move arcmsr_scsi_host_template from arcmsr.h to arcmsr.c (code doesn't belong into header files) Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- Some notes: - BOOLEAN/TRUE/FALSE, own get_min/get_max aren't kernel coding style - the own subdirectory for this driver seems

[2.6 patch] SCSI NCR_D700.c: make some code static

2005-02-26 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.11-rc4-mm1-full/drivers/scsi/NCR_D700.c.old 2005-02-27 01:03:50.0 +0100 +++ linux-2.6.11-rc4-mm1-full/drivers/scsi/NCR_D700.c 2005-02-27 01:04:25.0 +0100

[2.6 patch] kill drivers/scsi/hosts.h

2005-02-24 Thread Adrian Bunk
Since more than half a year ago, drivers/scsi/hosts.h gives a warning, so it seems to be time to remove it. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 9 Feb 2005 --- linux-2.6.11-rc3-mm1-full/drivers/scsi/hosts.h 2004-12-24 22:34:30.0

[2.6 patch] SCSI 53c700.c: make NCR_700_intr static

2005-02-11 Thread Adrian Bunk
NCR_700_intr was EXPORT_SYMBOL'e but has no external users. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 15 Nov 2004 - 24 Nov 2004 drivers/scsi/53c700.c |4 ++-- drivers/scsi/53c700.h |1 - 2 files changed, 2 insertions(+), 3 deletions

[2.6 patch] SCSI: dpt_i2o.c: make some code static

2005-02-11 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 15 Nov 2004 - 24 Nov 2004 --- linux-2.6.10-rc1-mm5-full/drivers/scsi/dpt_i2o.c.old2004-11-13 21:01:47.0 +0100 +++ linux-2.6.10-rc1-mm5-full

[2.6 patch] SCSI qlogicisp.c: some cleanups

2005-02-02 Thread Adrian Bunk
This patch does the following cleanups: - make some needlessly global functions static - remove qlogicisp.h since it doesn't contain much - remove the unused functions isp1020_abort and isp1020_reset Please review especially the latter two points. Signed-off-by: Adrian Bunk [EMAIL PROTECTED

[2.6 patch] SCSI psi240i.c: make 4 functions static

2005-01-25 Thread Adrian Bunk
This patch makes 4 needlessly global functions static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/psi240i.c |8 drivers/scsi/psi240i.h |4 2 files changed, 4 insertions(+), 8 deletions(-) This patch was already sent on: - 15 Nov 2004 --- linux-2.6.10

[2.6 patch] SCSI ips.c: make some code static

2005-01-25 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/ips.c | 244 ++--- drivers/scsi/ips.h | 12 -- 2 files changed, 123 insertions(+), 133 deletions(-) This patch was already sent

[2.6 patch] SCSI NCR_Q720.c: make some code static

2005-01-23 Thread Adrian Bunk
This patch makes two needlessly global structs static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 15 Nov 2004 --- linux-2.6.10-rc1-mm5-full/drivers/scsi/NCR_Q720.c.old 2004-11-13 16:34:15.0 +0100 +++ linux-2.6.10-rc1-mm5-full/drivers/scsi

Re: [PATCH] SCSI NCR53C9x.c: some cleanups

2005-01-17 Thread Adrian Bunk
On Mon, Jan 17, 2005 at 01:41:29PM +0100, Geert Uytterhoeven wrote: On Tue, 21 Dec 2004, Linux Kernel Mailing List wrote: ChangeSet 1.2034.61.36, 2004/12/21 09:41:18-06:00, [EMAIL PROTECTED] [PATCH] SCSI NCR53C9x.c: some cleanups Make two functions static ---

<    1   2