[prev in list] [next in list] [prev in thread] [next in thread]
List: linux-kernel
Subject: [PATCH] Minor touch to filemap.c
From: Momchil Velikov <velco@fadata.bg>
Date: 2001-12-21 21:28:48
[Download message RAW]
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/
[prev in list] [next in list] [prev in thread] [next in thread]
Log in / Log out
Configure Your Environment
About MARC
We're Hiring!
Want to add a list? Tell us about it.
The AIMS Group