From e9e7d7fa16122d7bfa6f87188828baf6080cb02e Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 20:08:34 -0800 Subject: v2.4.7.8 -> v2.4.8 - Rik van Riel: free up swap cache on swapin when swap is full.. - Robert Love: merge emu10k sound driver. This one is better ("Yeah, you actually get sound out of it") - Jeremy Linton: swapin/swapoff race condition fix --- include/linux/swap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/swap.h b/include/linux/swap.h index 1d4b0a07d285..4ad0da50e974 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -148,6 +148,7 @@ extern void delete_from_swap_cache_nolock(struct page *page); extern void free_page_and_swap_cache(struct page *page); /* linux/mm/swapfile.c */ +extern int vm_swap_full(void); extern unsigned int nr_swapfiles; extern struct swap_info_struct swap_info[]; extern int is_swap_partition(kdev_t); -- cgit v1.2.3