summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:26:51 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:26:51 -0800
commit980adcb2cbdd20c15fe63b4c2db12ca0051d8c7d (patch)
tree696c33a1fd8c9d41812ebc2be369bbe2cd203565 /include/linux/mm.h
parent9ff086a3d48d6f6e24281e6edb6c804091eda3d1 (diff)
v2.4.13 -> v2.4.13.1
- Michael Warfield: computone serial driver update - Alexander Viro: cdrom module race fixes - David Miller: Acenic driver fix - Andrew Grover: ACPI update - Kai Germaschewski: ISDN update - Tim Waugh: parport update - David Woodhouse: JFFS garbage collect sleep
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index c94d22c727db..23e7812c5d5b 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -402,6 +402,7 @@ extern unsigned long FASTCALL(get_zeroed_page(unsigned int gfp_mask));
/*
* There is only one 'core' page-freeing function.
*/
+extern void FASTCALL(free_lru_page(struct page *));
extern void FASTCALL(__free_pages(struct page *page, unsigned int order));
extern void FASTCALL(free_pages(unsigned long addr, unsigned int order));
@@ -413,6 +414,7 @@ extern void show_free_areas_node(pg_data_t *pgdat);
extern void clear_page_tables(struct mm_struct *, unsigned long, int);
+extern int fail_writepage(struct page *);
struct page * shmem_nopage(struct vm_area_struct * vma, unsigned long address, int no_share);
struct file *shmem_file_setup(char * name, loff_t size);
extern void shmem_lock(struct file * file, int lock);