提交 64a3ca5f 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[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: NAdrian Bunk <bunk@stusta.de>
Cc: Christoph Lameter <clameter@engr.sgi.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 91fc8ab3
......@@ -173,7 +173,6 @@ static int swap_page(struct page *page)
retry:
return -EAGAIN;
}
EXPORT_SYMBOL(swap_page);
/*
* Remove references for a page and establish the new page with the correct
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册