|
@@ -195,7 +195,7 @@ static void force_shm_swapin_readahead(struct vm_area_struct *vma,
|
|
|
for (; start < end; start += PAGE_SIZE) {
|
|
|
index = ((start - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff;
|
|
|
|
|
|
- page = find_get_page(mapping, index);
|
|
|
+ page = find_get_entry(mapping, index);
|
|
|
if (!radix_tree_exceptional_entry(page)) {
|
|
|
if (page)
|
|
|
page_cache_release(page);
|