patch-2.3.24 linux/mm/page_io.c
Next file: linux/mm/swap_state.c
Previous file: linux/mm/mmap.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Oct 26 11:13:07 1999
- Orig file:
v2.3.23/linux/mm/page_io.c
- Orig date:
Fri Oct 22 13:21:55 1999
diff -u --recursive --new-file v2.3.23/linux/mm/page_io.c linux/mm/page_io.c
@@ -136,7 +136,7 @@
PAGE_BUG(page);
if (!PageSwapCache(page))
PAGE_BUG(page);
- if (page->inode != &swapper_inode)
+ if (page->mapping != &swapper_space)
PAGE_BUG(page);
if (!rw_swap_page_base(rw, entry, page, wait))
UnlockPage(page);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)