This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / mpage.c
index 71c7ca3..79fdc78 100644 (file)
@@ -553,12 +553,7 @@ alloc_new:
                        bh = bh->b_this_page;
                } while (bh != head);
 
-               /*
-                * we cannot drop the bh if the page is not uptodate
-                * or a concurrent readpage would fail to serialize with the bh
-                * and it would read from disk before we reach the platter.
-                */
-               if (buffer_heads_over_limit && PageUptodate(page))
+               if (buffer_heads_over_limit)
                        try_to_free_buffers(page);
        }