提交 c40c2024 编写于 作者: D Dave Kleikamp

JFS: Fix typo in last patch

Signed-off-by: NDave Kleikamp <shaggy@austin.ibm.com>
上级 21d1ee8b
......@@ -640,7 +640,7 @@ struct metapage *__get_metapage(struct inode *inode, unsigned long lblock,
} else {
page = read_cache_page(mapping, page_index,
(filler_t *)mapping->a_ops->readpage, NULL);
if (IS_ERR(page) || !PageUptodate(mp->page)) {
if (IS_ERR(page) || !PageUptodate(page)) {
jfs_err("read_cache_page failed!");
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册