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

Next file: linux/include/linux/umsdos_fs.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.93/linux/include/linux/swap.h linux/include/linux/swap.h
@@ -23,6 +23,7 @@
 	kdev_t swap_device;
 	struct dentry * swap_file;
 	unsigned char * swap_map;
+	unsigned char * swap_lockmap;
 	unsigned int lowest_bit;
 	unsigned int highest_bit;
 	unsigned int cluster_next;
@@ -64,6 +65,7 @@
 extern void show_swap_cache_info(void);
 extern int add_to_swap_cache(struct page *, unsigned long);
 extern void swap_duplicate(unsigned long);
+extern void swap_after_unlock_page (unsigned long entry);
 extern struct page * read_swap_cache_async(unsigned long, int);
 #define read_swap_cache(entry) read_swap_cache_async(entry, 1);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov