X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Ffreevxfs%2Fvxfs_subr.c;h=1429f3ae1e868f2cb6f066542c3675d1d09134cd;hb=7d6e6d09de82cf6cff7fecdba55198b9f47b381c;hp=decac62efe570ce9f81e0522eeadcbb765da9566;hpb=f5e54d6e53a20cef45af7499e86164f0e0d16bb2;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/freevxfs/vxfs_subr.c b/fs/freevxfs/vxfs_subr.c index decac62..1429f3ae 100644 --- a/fs/freevxfs/vxfs_subr.c +++ b/fs/freevxfs/vxfs_subr.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include "vxfs_extern.h" @@ -74,10 +73,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))