RE: Updated ext4 patches for 2.6.18-rc6

2006-09-08 Thread sho
Hi Mingming, I found a trivial bug in Mingming's ext4 patch titled ext4-extents-48bit.patch. There happens a type conflicting: +int ext4_ext_get_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t iblock, You should fix extern declaration for ext4_ext_get_blocks. Cheers, sho - To

Re: Updated ext4 patches for 2.6.18-rc6

2006-09-08 Thread Alexandre Ratchov
will allow to add new features that need more space in the block descriptor. here is the complete patch set: http://www.bullopensource.org/ext4/20060908/ext4-linux-2.6.18-rc6.tar.gz there's also a patch set for the latest e2fsprogs that is in sync with the kernel patches: http

[patch 1/2] Re: Updated ext4 patches for 2.6.18-rc6

2006-09-08 Thread Alexandre Ratchov
Index: linux-2.6.18-rc6/include/linux/ext4_fs.h === --- linux-2.6.18-rc6.orig/include/linux/ext4_fs.h 2006-09-08 14:37:44.0 +0200 +++ linux-2.6.18-rc6/include/linux/ext4_fs.h2006-09-08 14:38:02.0 +0200 @@

[patch 2/2] Re: Updated ext4 patches for 2.6.18-rc6

2006-09-08 Thread Alexandre Ratchov
Index: linux-2.6.18-rc6/fs/ext4/balloc.c === --- linux-2.6.18-rc6.orig/fs/ext4/balloc.c 2006-09-08 18:29:57.0 +0200 +++ linux-2.6.18-rc6/fs/ext4/balloc.c 2006-09-08 18:30:17.0 +0200 @@ -66,10 +66,12 @@ struct

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_iloc