mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-04-13 05:10:46 +00: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 {
|
} else {
|
||||||
page = read_cache_page(mapping, page_index,
|
page = read_cache_page(mapping, page_index,
|
||||||
(filler_t *)mapping->a_ops->readpage, NULL);
|
(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!");
|
jfs_err("read_cache_page failed!");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user