[PATCH] Minor touch to filemap.c

From: Momchil Velikov (velco@fadata.bg)
Date: Fri Dec 21 2001 - 16:28:48 EST


As Linus pointed out, we've just checked that page is NULL.

--- 1.5/mm/filemap.c Fri Dec 21 11:54:14 2001
+++ edited/mm/filemap.c Fri Dec 21 23:26:07 2001
@@ -941,7 +941,6 @@
         spin_unlock(&pagecache_lock);
         if (!page) {
                 struct page *newpage = alloc_page(gfp_mask);
- page = NULL;
                 if (newpage) {
                         spin_lock(&pagecache_lock);
                         page = __find_lock_page_helper(mapping, index, *hash);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Dec 23 2001 - 21:00:25 EST