exti4: Large I/O support This adds support for a block size of up to 64k on any platform. It enables the mounting filesystems that have a larger blocksize than the page size. Ext4 is under development so I did not test anything. But I assume it will work out of the box like ext2 and ext3. Signed-off-by: Christoph Lameter -- fs/ext4/inode.c | 3 +++ 1 file changed, 3 insertions(+) Index: linux-2.6.22-rc4-mm2/fs/ext4/inode.c =================================================================== --- linux-2.6.22-rc4-mm2.orig/fs/ext4/inode.c 2007-06-19 19:47:45.000000000 -0700 +++ linux-2.6.22-rc4-mm2/fs/ext4/inode.c 2007-06-19 19:48:06.000000000 -0700 @@ -20,6 +20,9 @@ * (jj@sunsite.ms.mff.cuni.cz) * * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000 + * + * (C) 2007 SGI + * Large I/O support by Christoph Lameter */ #include