patch-2.4.20 linux-2.4.20/include/linux/swap.h
Next file: linux-2.4.20/include/linux/synclink.h
Previous file: linux-2.4.20/include/linux/sunrpc/xprt.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/linux/swap.h
- Orig date:
Fri Aug 2 17:39:46 2002
diff -urN linux-2.4.19/include/linux/swap.h linux-2.4.20/include/linux/swap.h
@@ -87,7 +87,6 @@
extern unsigned int nr_free_buffer_pages(void);
extern int nr_active_pages;
extern int nr_inactive_pages;
-extern atomic_t nr_async_pages;
extern atomic_t page_cache_size;
extern atomic_t buffermem_pages;
@@ -114,7 +113,8 @@
/* linux/mm/vmscan.c */
extern wait_queue_head_t kswapd_wait;
-extern int FASTCALL(try_to_free_pages(zone_t *, unsigned int, unsigned int));
+extern int FASTCALL(try_to_free_pages_zone(zone_t *, unsigned int));
+extern int FASTCALL(try_to_free_pages(unsigned int));
/* linux/mm/page_io.c */
extern void rw_swap_page(int, struct page *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)