diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-06-23 18:56:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-23 18:56:08 -0700 |
| commit | e62d1b673e80773490a0b2362e85ea4e64c50709 (patch) | |
| tree | 38adf6505b277bacc2f8dae7654934aae5d35653 /include/linux | |
| parent | a5b5323bfe43d8a284119248d54008fc7b483608 (diff) | |
[PATCH] make total_swap_pages a long
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h index 62a841cc18b2..b9edc335a563 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h @@ -206,7 +206,7 @@ extern struct page * read_swap_cache_async(swp_entry_t, struct vm_area_struct *v unsigned long addr); /* linux/mm/swapfile.c */ -extern int total_swap_pages; +extern long total_swap_pages; extern unsigned int nr_swapfiles; extern struct swap_info_struct swap_info[]; extern void si_swapinfo(struct sysinfo *); |
