• Andrew Morton's avatar
    [PATCH] ext3 truncate fix · 66c1d66f
    Andrew Morton authored
    Forward-port of a fix which Stephen has applied to ext3's 2.4 CVS tree.
    
    Fix for a rare problem seen under stress in data=journal mode: if we
    have to restart a truncate transaction while traversing the inode's
    direct blocks, we need to deal with bh==NULL in ext3_clear_blocks.
    66c1d66f
inode.c 81.3 KB