mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
[PATCH] mm/swap_state.c: unexport swapper_space
I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e2de225710
commit
4936967374
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ struct address_space swapper_space = {
|
||||||
.i_mmap_nonlinear = LIST_HEAD_INIT(swapper_space.i_mmap_nonlinear),
|
.i_mmap_nonlinear = LIST_HEAD_INIT(swapper_space.i_mmap_nonlinear),
|
||||||
.backing_dev_info = &swap_backing_dev_info,
|
.backing_dev_info = &swap_backing_dev_info,
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL(swapper_space);
|
|
||||||
|
|
||||||
#define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0)
|
#define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue