• Andrew Morton's avatar
    [PATCH] Reserve an additional transaction block in · 8725c3fc
    Andrew Morton authored
    Under rare conditions (filesystem corruption, really) it is possible
    for ext3_dirty_inode() to require _two_ blocks for the transaction: one
    for the inode and one to update the superblock - to set
    EXT3_FEATURE_RO_COMPAT_LARGE_FILE.  This causes the filesystem to go
    BUG.
    
    So reserve an additional block for that eventuality.
    8725c3fc
inode.c 83.6 KB