Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-2.6-microblaze.git] / fs / freevxfs / vxfs_subr.c
index 0e633d2..c99282d 100644 (file)
@@ -51,15 +51,9 @@ vxfs_get_page(struct address_space *mapping, u_long n)
                kmap(pp);
                /** if (!PageChecked(pp)) **/
                        /** vxfs_check_page(pp); **/
-               if (PageError(pp))
-                       goto fail;
        }
        
        return (pp);
-                
-fail:
-       vxfs_put_page(pp);
-       return ERR_PTR(-EIO);
 }
 
 /**