Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c40c2024 authored by Dave Kleikamp's avatar Dave Kleikamp
Browse files

JFS: Fix typo in last patch

parent 21d1ee8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}