patch-2.2.0-pre9 linux/mm/filemap.c
Next file: linux/mm/page_alloc.c
Previous file: linux/kernel/time.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Jan 20 13:37:41 1999
-  Orig file: 
v2.2.0-pre8/linux/mm/filemap.c
-  Orig date: 
Tue Jan 19 11:32:53 1999
diff -u --recursive --new-file v2.2.0-pre8/linux/mm/filemap.c linux/mm/filemap.c
@@ -144,7 +144,7 @@
 		if (PageSkip(page)) {
 			/* next_hash is overloaded for PageSkip */
 			page = page->next_hash;
-			clock = page->map_nr;
+			clock = page - mem_map;
 		}
 		
 		count--;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov