• Andrew Morton's avatar
    [PATCH] reiserfs: fix transaction sizes · 134ab3f5
    Andrew Morton authored
    From: Chris Mason <mason@suse.com>
    
    Make sure reiserfs uses a reasonable number when restarting long unbounded
    transactions (creating holes or deleting files).
    
    Without this patch, the number of blocks requested grows with each
    transaction restart, until it hits MAX_BATCH_COUNT and starts forcing
    commits with every new transaction.
    
    Oleg Drokin tracked this bug down
    134ab3f5
stree.c 65.4 KB