]> 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)
commit72381c7647c5d716f4b086105469c7fd580aac47
treeea954860d6282c5017a644c775305a752c8fd2a9
parent7a583298ad4f8a71ddbbddef504f17611c8a5603
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