patch-2.4.0-test11 linux/mm/swap_state.c
Next file: linux/mm/vmalloc.c
Previous file: linux/mm/oom_kill.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Nov 9 15:57:41 2000
- Orig file:
v2.4.0-test10/linux/mm/swap_state.c
- Orig date:
Sun Oct 8 10:50:38 2000
diff -u --recursive --new-file v2.4.0-test10/linux/mm/swap_state.c linux/mm/swap_state.c
@@ -58,7 +58,7 @@
BUG();
if (page->mapping)
BUG();
- flags = page->flags & ~((1 << PG_error) | (1 << PG_dirty) | (1 << PG_referenced));
+ flags = page->flags & ~((1 << PG_error) | (1 << PG_dirty) | (1 << PG_referenced) | (1 << PG_arch_1));
page->flags = flags | (1 << PG_uptodate);
add_to_page_cache_locked(page, &swapper_space, entry.val);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)