[Patch] ext2/3 file limits to avoid overflowing i_blocks

2005-03-17 Thread Stephen C. Tweedie
-blocksize bytes. Cheers, Stephen [Patch] ext2/3 file limits to avoid overflowing i_blocks ext2/3 can currently overflow i_blocks past the maximum 2^32 sector (2TB) limit. The ext[23]_max_size functions try to enforce an upper limit of 2^32-1 blocks by limiting the file size to 2TB-blocksize

[Patch] ext2/3 file limits to avoid overflowing i_blocks

2005-03-17 Thread Stephen C. Tweedie
-blocksize bytes. Cheers, Stephen [Patch] ext2/3 file limits to avoid overflowing i_blocks ext2/3 can currently overflow i_blocks past the maximum 2^32 sector (2TB) limit. The ext[23]_max_size functions try to enforce an upper limit of 2^32-1 blocks by limiting the file size to 2TB-blocksize