diff options
author | Hugh Dickins <hughd@google.com> | 2020-06-02 14:36:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-02 15:19:42 -0700 |
commit | 1966391fa576e1fb2701be8bcca197d8f72737b7 (patch) | |
tree | c8352449a53ebaaa712637e79fc4c69b1cd376c8 /kernel | |
parent | faa392181a0bd42c5478175cef601adeecdc91b6 (diff) | |
download | linux-1966391fa576e1fb2701be8bcca197d8f72737b7.tar.bz2 |
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: cd0f37154443 ("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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions