Skip to content
Commit 1966391f authored by Hugh Dickins's avatar Hugh Dickins Committed by Linus Torvalds
Browse files

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: default avatarHugh Dickins <hughd@google.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent faa39218
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment