Skip to content

Commit

Permalink
[PATCH] mm/swap_state.c: unexport swapper_space
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 7, 2005
1 parent e2de225 commit 4936967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/swap_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct address_space swapper_space = {
.i_mmap_nonlinear = LIST_HEAD_INIT(swapper_space.i_mmap_nonlinear),
.backing_dev_info = &swap_backing_dev_info,
};
EXPORT_SYMBOL(swapper_space);

#define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0)

Expand Down

0 comments on commit 4936967

Please sign in to comment.