patch-2.4.23 linux-2.4.23/include/linux/pagemap.h

Next file: linux-2.4.23/include/linux/pci.h
Previous file: linux-2.4.23/include/linux/nfsd/export.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/linux/pagemap.h linux-2.4.23/include/linux/pagemap.h
@@ -45,7 +45,7 @@
 #define PAGE_HASH_BITS (page_hash_bits)
 #define PAGE_HASH_SIZE (1 << PAGE_HASH_BITS)
 
-extern atomic_t page_cache_size; /* # of pages currently in the hash table */
+extern unsigned long page_cache_size; /* # of pages currently in the hash table */
 extern struct page **page_hash_table;
 
 extern void page_cache_init(unsigned long);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)