diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:08:34 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:08:34 -0800 |
| commit | e9e7d7fa16122d7bfa6f87188828baf6080cb02e (patch) | |
| tree | 468ac84ffc7451262f8b33b796d29229026d77df /include/linux | |
| parent | 6c4b34bf750efec94cdb1b5b4851d46ea21dfffc (diff) | |
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
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/swap.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
