• Jan Kara's avatar
    ext2: Correct maximum ext2 filesystem block size · e9cd1d9a
    Jan Kara authored
    Ext2 has traditionally supported filesystem block sizes upto page size
    or upto 65536. Macro EXT2_MAX_BLOCK_SIZE is set to 4096, however that is
    never used in ext2 so practically we always allowed whatever
    sb_set_blocksize() accepted. Fix value of EXT2_MAX_BLOCK_SIZE because it
    will be used in the next patch.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    e9cd1d9a
ext2.h 28.1 KB