ext3: 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. Hmmm... Actually there is nothing additional to be done after the earlier cleanup of the macros. So just modify copyright. Signed-off-by: Christoph Lameter -- fs/ext3/inode.c | 3 +++ 1 file changed, 3 insertions(+) Index: linux-2.6.22-rc4-mm2/fs/ext3/inode.c =================================================================== --- linux-2.6.22-rc4-mm2.orig/fs/ext3/inode.c 2007-06-19 19:46:52.000000000 -0700 +++ linux-2.6.22-rc4-mm2/fs/ext3/inode.c 2007-06-19 19:47:17.000000000 -0700 @@ -20,6 +20,9 @@ * (jj@sunsite.ms.mff.cuni.cz) * * Assorted race fixes, rewrite of ext3_get_block() by Al Viro, 2000 + * + * (C) 2007 SGI + * Large I/O support by Christoph Lameter */ #include