|
@@ -1151,9 +1151,10 @@ static int f2fs_mpage_readpages(struct address_space *mapping,
|
|
|
|
|
|
for (page_idx = 0; nr_pages; page_idx++, nr_pages--) {
|
|
for (page_idx = 0; nr_pages; page_idx++, nr_pages--) {
|
|
|
|
|
|
- prefetchw(&page->flags);
|
|
|
|
if (pages) {
|
|
if (pages) {
|
|
page = list_last_entry(pages, struct page, lru);
|
|
page = list_last_entry(pages, struct page, lru);
|
|
|
|
+
|
|
|
|
+ prefetchw(&page->flags);
|
|
list_del(&page->lru);
|
|
list_del(&page->lru);
|
|
if (add_to_page_cache_lru(page, mapping,
|
|
if (add_to_page_cache_lru(page, mapping,
|
|
page->index,
|
|
page->index,
|