Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5274
b: refs/heads/master
c: 3d9b1cd
h: refs/heads/master
v: v3
  • Loading branch information
Qu Fuping authored and Dave Kleikamp committed Jul 15, 2005
1 parent 030812b commit b0e5a28
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: 56d1254917d9f301a8e24155cd3f2236e642cb7d
refs/heads/master: 3d9b1cdd2455017c6aa25bc2442092b81438981f
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)) {
if (IS_ERR(page) || !PageUptodate(mp->page)) {
jfs_err("read_cache_page failed!");
return NULL;
}
Expand Down

0 comments on commit b0e5a28

Please sign in to comment.