Re: [PATCH v2] add bidi support for block pc requests

2007-06-03 Thread Boaz Harrosh
Jeff Garzik wrote: > Boaz Harrosh wrote: >> FUJITA Tomonori wrote: >>> From: Boaz Harrosh <[EMAIL PROTECTED]> >>> Subject: Re: [PATCH v2] add bidi support for block pc requests >>> Date: Thu, 17 May 2007 17:00:21 +0300 >>> Yes Tomo found it at ata_scsi_slave_config(). Attached below the way I

[PATCH] m68k: Atari SCSI driver update_timeout removal

2007-06-03 Thread Geert Uytterhoeven
From: Michael Schmitz <[EMAIL PROTECTED]> Atari SCSI driver fixes: remove update_timeout kludge Signed-off-by: Michael Schmitz <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Cc: Christoph Hellwig <[EMAIL PROTECTED]> --- This removes the timeout kludge in commit fb810d12

Re: [PATCH v2] add bidi support for block pc requests

2007-06-03 Thread James Bottomley
On Sun, 2007-06-03 at 10:45 +0300, Boaz Harrosh wrote: > Jeff Garzik wrote: > > Boaz Harrosh wrote: > >> FUJITA Tomonori wrote: > >>> From: Boaz Harrosh <[EMAIL PROTECTED]> > >>> Subject: Re: [PATCH v2] add bidi support for block pc requests > >>> Date: Thu, 17 May 2007 17:00:21 +0300 > >>> >

[PATCH] bsg: fix the deadlock on discarding done commands

2007-06-03 Thread FUJITA Tomonori
The previous commit to fix a blocking read bug put a bug that leads a deadlock on discarding done commands. We don't need bsg_device's lock there. Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> --- block/bsg.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/block/

Re: [PATCH 2/2] iscsi_iser: convert to use the data buffer accessors

2007-06-03 Thread Erez Zilber
FUJITA Tomonori wrote: > > iscsi_iser: convert to use the data buffer accessors > > - remove the unnecessary map_single path. > > - convert to use the new accessors for the sg lists and the > parameters. > > TODO: use scsi_for_each_sg(). > > Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> > ---

[PATCH] IDE: Remove references to the non-existent CONFIG_SCSI_EATA_DMA variable.

2007-06-03 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index 3cebed7..969e385 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c @@ -144,7 +144,7 @@ static inline void do_identify (ide_drive_t *drive, u8 cmd)

[SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS

2007-06-03 Thread David Miller
Reported by Meelis Roos. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 572034c..e2b2838 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1532,6 +1532,7 @@ source "drivers/scsi/arm/Kconfig" config JAZZ_ESP

Re: [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS

2007-06-03 Thread Randy Dunlap
On Sun, 03 Jun 2007 17:36:25 -0700 (PDT) David Miller wrote: > > Reported by Meelis Roos. > > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> > > diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig > index 572034c..e2b2838 100644 > --- a/drivers/scsi/Kconfig > +++ b/drivers/scsi/Kconfig

Re: [SCSI]: JAZZ ESP and SUN ESP need SPI_ATTRS

2007-06-03 Thread David Miller
From: Randy Dunlap <[EMAIL PROTECTED]> Date: Sun, 3 Jun 2007 17:56:04 -0700 > On Sun, 03 Jun 2007 17:36:25 -0700 (PDT) David Miller wrote: > > > > > Reported by Meelis Roos. > > > > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> > > > > diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kcon