mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	[PATCH] mm/swapfile.c: unexport total_swap_pages
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
							
								
									1b09d16489
								
							
						
					
					
						commit
						e2de225710
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -36,8 +36,6 @@ unsigned int nr_swapfiles; | |||
| long total_swap_pages; | ||||
| static int swap_overflow; | ||||
| 
 | ||||
| EXPORT_SYMBOL(total_swap_pages); | ||||
| 
 | ||||
| static const char Bad_file[] = "Bad swap file entry "; | ||||
| static const char Unused_file[] = "Unused swap file entry "; | ||||
| static const char Bad_offset[] = "Bad swap offset entry "; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adrian Bunk
						Adrian Bunk