1
0
Fork 0

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: cd0f371544 ("mm/migrate.c: call detach_page_private to cleanup code")
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
alistair/sunxi64-5.8
Hugh Dickins 2020-06-02 14:36:32 -07:00 committed by Linus Torvalds
parent faa392181a
commit 1966391fa5
1 changed files with 0 additions and 1 deletions

View File

@ -798,7 +798,6 @@ recheck_buffers:
goto unlock_buffers;
attach_page_private(newpage, detach_page_private(page));
get_page(newpage);
bh = head;
do {