• Andrew Morton's avatar
    [PATCH] stop using page.list in readahead · bd64f049
    Andrew Morton authored
    The address_space.readapges() function currently takes a list of pages,
    strung together via page->list.  Switch it to using page->lru.
    
    This changes the API into filesystems.
    bd64f049
readahead.c 16.6 KB