]> git.baikalelectronics.ru Git - kernel.git/commit
mm: adjust apply_to_pfn_range interface for dropped token.
authorDave Airlie <airlied@redhat.com>
Mon, 15 Jul 2019 05:16:20 +0000 (15:16 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 15 Jul 2019 05:16:20 +0000 (15:16 +1000)
commit7f2cd501749cbf77d5bc3f02ef2e42030bf9d891
treeea954860d6282c5017a644c775305a752c8fd2a9
parent109db6681015f91a31267f9d770a8150cd838ba8
mm: adjust apply_to_pfn_range interface for dropped token.

mm/pgtable: drop pgtable_t variable from pte_fn_t functions
drops the token came in via the hmm tree, this caused lots of
conflicts, but applying this cleanup patch should reduce it
to something easier to handle. Just accept the token is unused
at this point.

Signed-off-by: Dave Airlie <airlied@redhat.com>
include/linux/mm.h
mm/as_dirty_helpers.c
mm/memory.c