• Andrew Morton's avatar
    [PATCH] uninline somethings in fs/*.c · 301f67bd
    Andrew Morton authored
    - Don't inline mpage_writepage().
    
      Even though it had but a single call site, uninlining this function
      took mpage.o from 4529 bytes of text to 3985.  gcc-2.95.3.
    
    - Various buffer.c tweaks.  13233 bytes down to 12977
    301f67bd
mpage.c 17.4 KB