projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'fix/usx2y' into for-linus
[linux-2.6]
/
fs
/
freevxfs
/
vxfs_subr.c
diff --git
a/fs/freevxfs/vxfs_subr.c
b/fs/freevxfs/vxfs_subr.c
index
decac62
..
ed8f0b0
100644
(file)
--- a/
fs/freevxfs/vxfs_subr.c
+++ b/
fs/freevxfs/vxfs_subr.c
@@
-74,10
+74,7
@@
vxfs_get_page(struct address_space *mapping, u_long n)
pp = read_mapping_page(mapping, n, NULL);
if (!IS_ERR(pp)) {
- wait_on_page_locked(pp);
kmap(pp);
- if (!PageUptodate(pp))
- goto fail;
/** if (!PageChecked(pp)) **/
/** vxfs_check_page(pp); **/
if (PageError(pp))