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)
commit6dfc43d3a19174faead54575c204aee106225f43
treeea954860d6282c5017a644c775305a752c8fd2a9
parentf27b99a1cea7ce3a2a24b907c5a998f0ad5a0268
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