patch-2.4.18 linux/include/linux/pagemap.h
Next file: linux/include/linux/pci_ids.h
Previous file: linux/include/linux/netlink.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jan 9 17:10:17 2002
- Orig file:
linux.orig/include/linux/pagemap.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/linux/pagemap.h linux/include/linux/pagemap.h
@@ -29,7 +29,7 @@
#define PAGE_CACHE_ALIGN(addr) (((addr)+PAGE_CACHE_SIZE-1)&PAGE_CACHE_MASK)
#define page_cache_get(x) get_page(x)
-extern void FASTCALL(page_cache_release(struct page *));
+#define page_cache_release(x) __free_page(x)
static inline struct page *page_cache_alloc(struct address_space *x)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)