patch-2.4.22 linux-2.4.22/include/linux/swap.h

Next file: linux-2.4.22/include/linux/sysctl.h
Previous file: linux-2.4.22/include/linux/sunrpc/xprt.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/linux/swap.h linux-2.4.22/include/linux/swap.h
@@ -210,7 +210,7 @@
 #define swap_device_lock(p)	spin_lock(&p->sdev_lock)
 #define swap_device_unlock(p)	spin_unlock(&p->sdev_lock)
 
-extern void shmem_unuse(swp_entry_t entry, struct page *page);
+extern int shmem_unuse(swp_entry_t entry, struct page *page);
 
 #endif /* __KERNEL__*/
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)