• Alexander Viro's avatar
    [PATCH] (1/5) ext2_free_blocks() cleanup · a12ebfc1
    Alexander Viro authored
    new helper function - release_blocks(sb, n); in ext2_free_blocks() we
    count the blocks we'd freed and update the fs-wide count of free blocks
    in the end - just before unlocking superblock.  instead of doing that
    step at a time.
    
    reviewed by ext2 folks
    a12ebfc1
balloc.c 19.4 KB