This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / ext2 / dir.c
index 64ccc7c..bf30cbf 100644 (file)
@@ -275,8 +275,7 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir)
                                   "bad page in #%lu",
                                   inode->i_ino);
                        filp->f_pos += PAGE_CACHE_SIZE - offset;
-                       ret = -EIO;
-                       goto done;
+                       continue;
                }
                kaddr = page_address(page);
                if (need_revalidate) {