[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
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ static int swap_page(struct page *page)
|
||||||
retry:
|
retry:
|
||||||
return -EAGAIN;
|
return -EAGAIN;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(swap_page);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove references for a page and establish the new page with the correct
|
* Remove references for a page and establish the new page with the correct
|
||||||
|
|
Loading…
Reference in a new issue