|
@@ -62,7 +62,8 @@ static struct page *get_mapping_page(struct super_block *sb, pgoff_t index,
|
|
page = read_cache_page(mapping, index, filler, sb);
|
|
page = read_cache_page(mapping, index, filler, sb);
|
|
page = find_or_create_page(mapping, index, GFP_NOFS);
|
|
page = find_or_create_page(mapping, index, GFP_NOFS);
|