• Andrew Morton's avatar
    [PATCH] generic_file_write() cleanup · 124d8831
    Andrew Morton authored
    Fixes all the goto spaghetti in generic_file_write() and turns it into
    something which humans can understand.
    
    Andi tells me that gcc3 does a decent job of relocating blocks out of
    line anyway.  This patch gives the compiler a helping hand with
    appropriate use of likely() and unlikely().
    124d8831
filemap.c 56.1 KB