• Andrew Morton's avatar
    [PATCH] filemap_populate speedup · 3ec36cbe
    Andrew Morton authored
    filemap_populate() is currently doing page-at-a-time synchronous I/O.  Add a
    call to do_page_cache_readahead() in there so we do a big slurp of IO first.
    
    This is minimal - a lot of the filemap_populate() code can be
    rationalised yet.
    3ec36cbe
filemap.c 45.2 KB