[PATCH] stop using page.list in readahead
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.
Showing
Please register or sign in to comment