diff options
| author | Christoph Hellwig <hch@infradead.org> | 2002-05-20 21:32:52 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@infradead.org> | 2002-05-20 21:32:52 -0700 |
| commit | 978364b96a712fa71888c5ab6f57f530d42fb418 (patch) | |
| tree | f4923017969f5192b8ddf8a2fb4dcde5ce59df96 /include/linux | |
| parent | 71e6cd0a2c4e546266167d3e5a403cd4925cdec1 (diff) | |
[PATCH] buffermem_pages removal (5/5)
No more users of buffermem_pages are left, remove it.
While at it also remove some orphaned externs around it in swap.h
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/swap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 3a376842c21c..3d87e4334851 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -102,12 +102,8 @@ extern unsigned long totalhigh_pages; extern unsigned int nr_free_pages(void); extern unsigned int nr_free_buffer_pages(void); extern unsigned int nr_free_pagecache_pages(void); -extern unsigned long nr_buffermem_pages(void); extern int nr_active_pages; extern int nr_inactive_pages; -extern atomic_t nr_async_pages; -extern atomic_t buffermem_pages; -extern spinlock_t pagecache_lock; extern void __remove_inode_page(struct page *); /* Incomplete types for prototype declarations: */ |
