• Andrew Morton's avatar
    [PATCH] ext3: fix max file size · de572770
    Andrew Morton authored
    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.
    de572770
super.c 56.5 KB