patch-2.2.18 linux/include/linux/pagemap.h
Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/openpic.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Tue Nov 28 17:07:47 2000
-  Orig file: 
v2.2.17/include/linux/pagemap.h
-  Orig date: 
Fri Apr 21 23:10:16 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/pagemap.h linux/include/linux/pagemap.h
@@ -153,4 +153,9 @@
 extern void update_vm_cache_conditional(struct inode *, unsigned long, const char *, int, unsigned long);
 extern void update_vm_cache(struct inode *, unsigned long, const char *, int);
 
+typedef int filler_t(void *, struct page*);
+
+extern struct page *read_cache_page(struct inode *, unsigned long,
+				filler_t *, void *);
+
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)