提交 1966391f 编写于 作者: H Hugh Dickins 提交者: Linus Torvalds

mm/migrate.c: attach_page_private already does the get_page

Just finished bisecting mmotm, to find why a test which used to take
four minutes now took more than an hour: the __buffer_migrate_page()
cleanup left behind a get_page() which attach_page_private() now does.

Fixes: cd0f3715 ("mm/migrate.c: call detach_page_private to cleanup code")
Signed-off-by: NHugh Dickins <hughd@google.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 faa39218
...@@ -798,7 +798,6 @@ static int __buffer_migrate_page(struct address_space *mapping, ...@@ -798,7 +798,6 @@ static int __buffer_migrate_page(struct address_space *mapping,
goto unlock_buffers; goto unlock_buffers;
attach_page_private(newpage, detach_page_private(page)); attach_page_private(newpage, detach_page_private(page));
get_page(newpage);
bh = head; bh = head;
do { do {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册