Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5276
b: refs/heads/master
c: c40c202
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed Jul 22, 2005
1 parent 8ae4d87 commit 643602c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21d1ee8b375bcd180f1d6b8ccbb8d8f938596310
refs/heads/master: c40c202493d18de42fcd0b8b5d68c22aefb70f03
2 changes: 1 addition & 1 deletion trunk/fs/jfs/jfs_metapage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 643602c

Please sign in to comment.