Re: [PATCH] blk request timeout minor fixes...

2007-12-02 Thread Matthew Wilcox
On Sun, Dec 02, 2007 at 05:53:30PM -0800, [EMAIL PROTECTED] wrote: > diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h > index 917fe86..e495d61 100644 > --- a/include/linux/blkdev.h > +++ b/include/linux/blkdev.h > @@ -295,7 +295,8 @@ struct request { > void *data; > void *se

[PATCH] blk request timeout minor fixes...

2007-12-02 Thread malahal
Adds deadline field to preserve the timeout on retries. Calculates next timeout for mod_timer correctly and uses an extra symbol, next_set, as zero could be a valid 'next' value. Based off of timeout branch from Jens git repo. Signed-off-by: Malahal Naineni <[EMAIL PROTECTED]> diff --git a/block

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-02 Thread Bob Tracy
Michael Cree wrote: > On 1/12/2007, at 11:42 AM, Andrew Morton wrote: > > On Sat, 01 Dec 2007 11:30:01 +1300 > > Michael Cree <[EMAIL PROTECTED]> wrote: > > > >> Bob Tracy wrote: > >>> Here's > >>> hoping someone else is seeing this or can replicate it in the > >>> meantime. > >> > >> Snap. > >>

Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

2007-12-02 Thread Michael Cree
On 1/12/2007, at 11:42 AM, Andrew Morton wrote: On Sat, 01 Dec 2007 11:30:01 +1300 Michael Cree <[EMAIL PROTECTED]> wrote: Bob Tracy wrote: Andrew Morton wrote: Could be something change in sysfs. Please double-check the config options, make sure that something important didn't get disabled.

Re: [patch] SCSI: early detection of medium not present, updated

2007-12-02 Thread Alan Stern
On Sun, 2 Dec 2007, James Bottomley wrote: > Actually, the night train is a good place to do coding. I know this > compiles, but could someone check it out? It's the form I think we > should do, since the ASC/ASCQ codes for esoteric conditions which we > might eventually check for are different

Re: [patch] SCSI: early detection of medium not present, updated

2007-12-02 Thread James Bottomley
On Sat, 2007-12-01 at 16:25 +0200, James Bottomley wrote: > On Thu, 2007-11-29 at 15:18 -0800, Andrew Morton wrote: > > Guys, I have this marked as needed-in-2.6.24? > > Could you wait on this a bit ... since it's such an old bug. The code > in question needs to be reworked (as the comment says).

[UPDATED PATCH] SGIWD93: use cached memory access to make driver work on IP28

2007-12-02 Thread Thomas Bogendoerfer
SGI IP28 machines would need special treatment (enable adding addtional wait states) when accessing memory uncached. To avoid this pain I changed the driver to use only cached access to memory. Signed-off-by: Thomas Bogendoerfer <[EMAIL PROTECTED]> --- Changes to last version: - added Kconfig ch

Re: [PATCH 09/28] blk_end_request: changing ps3disk (take 3)

2007-12-02 Thread Geert Uytterhoeven
On Fri, 30 Nov 2007, Kiyoshi Ueda wrote: > This patch converts ps3disk to use blk_end_request(). ^^^ Patch subject and description are inconsistent with actual change. > Signed-off-by: Kiyoshi Ueda <[EMAIL PROTECTED]> > Signed-off-by: Jun'ichi Nomur