• Andrew Morton's avatar
    [PATCH] ext3 extended attribute fixes · 2e1972fa
    Andrew Morton authored
    From: Andreas Gruenbacher <agruen@suse.de>
    
    - Fix transaction credit exhaustion BUG.
    
    - ext3_journal_get_write_access_credits failures break out of the loop in
      1058, so <ce> is not released properly.
    
    - <credits> must be reset after journal_release_buffer() in line 1072.
    2e1972fa
transaction.c 61.8 KB