[PATCH] ext3: fix max file size
ext3 is only permitting files of up to 32G. It should be allowing files to be up to 2TB. This is because it is running ext3_max_size(1024) before the filesystem's blocksize has been determined.
Showing
Please register or sign in to comment