patch-2.4.18 linux/mm/swapfile.c
Next file: linux/mm/vmalloc.c
Previous file: linux/mm/shmem.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jan 21 17:13:47 2002
- Orig file:
linux.orig/mm/swapfile.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/mm/swapfile.c linux/mm/swapfile.c
@@ -344,7 +344,7 @@
if (page) {
page_cache_get(page);
/* Only cache user (+us), or swap space full? Free it! */
- if (page_count(page) == 2 || vm_swap_full()) {
+ if (page_count(page) - !!page->buffers == 2 || vm_swap_full()) {
delete_from_swap_cache(page);
SetPageDirty(page);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)