|
@@ -627,7 +627,7 @@ unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c,
|
|
|
struct inode *inode = OFNI_EDONI_2SFFJ(f);
|
|
|
struct page *pg;
|
|
|
|
|
|
- pg = read_cache_page(inode->i_mapping, offset >> PAGE_CACHE_SHIFT,
|
|
|
+ pg = read_cache_page_async(inode->i_mapping, offset >> PAGE_CACHE_SHIFT,
|
|
|
(void *)jffs2_do_readpage_unlock, inode);
|
|
|
if (IS_ERR(pg))
|
|
|
return (void *)pg;
|