--- linux-2.6.5/fs/reiserfs/super.c 2004-05-14 15:32:49.000000000 -0400 +++ linux-2.6.5.fix/fs/reiserfs/super.c 2004-05-18 12:07:25.000000000 -0400 @@ -1204,7 +1204,7 @@ /* new format is limited by the 32 bit wide i_blocks field, want to ** be one full block below that. */ - s->s_maxbytes = (512LL << 32) - s->s_blocksize ; + s->s_maxbytes = MAX_LFS_FILESIZE; return 0; }