Re: [RFC:PATCH 002/002] EXT3: Fix sparse warnings

2006-09-10 Thread Dave Kleikamp
Andrew, The new patch below can replace ext3-fix-sparse-warnings.patch. On Sat, 2006-09-09 at 02:17 +0400, Alexey Dobriyan wrote: > On Fri, Sep 08, 2006 at 03:39:30PM -0600, Dave Kleikamp wrote: > > EXT3: Fix sparse warnings > > > --- linux001/fs/ext3/resize.c > > +++ linux002/fs/ext3/resize.c >

Re: [RFC:PATCH 002/002] EXT3: Fix sparse warnings

2006-09-08 Thread Alexey Dobriyan
On Fri, Sep 08, 2006 at 03:39:30PM -0600, Dave Kleikamp wrote: > EXT3: Fix sparse warnings > --- linux001/fs/ext3/resize.c > +++ linux002/fs/ext3/resize.c > @@ -380,7 +380,7 @@ static int add_new_gdb(handle_t *handle, > struct buffer_head *dind; > int gdbackups; > struct ext3_il

[RFC:PATCH 002/002] EXT3: Fix sparse warnings

2006-09-08 Thread Dave Kleikamp
EXT3: Fix sparse warnings Fixing up some endian-ness warnings in preparation to clone ext4 from ext3. Signed-off-by: Dave Kleikamp <[EMAIL PROTECTED]> --- diff -Nurp linux001/fs/ext3/resize.c linux002/fs/ext3/resize.c --- linux001/fs/ext3/resize.c 2006-09-08 07:24:23.0 -0500 +++ linux0