mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
JFS: Fix typo in last patch
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
This commit is contained in:
parent
21d1ee8b37
commit
c40c202493
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user