mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[PATCH] mm/migrate.c: don't export a static function
EXPORT_SYMBOL'ing of a static function is not a good idea. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Christoph Lameter <clameter@engr.sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
91fc8ab3c6
commit
64a3ca5f7e
@ -173,7 +173,6 @@ unlock_retry:
|
||||
retry:
|
||||
return -EAGAIN;
|
||||
}
|
||||
EXPORT_SYMBOL(swap_page);
|
||||
|
||||
/*
|
||||
* Remove references for a page and establish the new page with the correct
|
||||
|
Loading…
Reference in New Issue
Block a user