]> www.infradead.org Git - users/jedix/linux-maple.git/commit
shmem: remove unneeded header file
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 23 Aug 2021 23:59:11 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:33:45 +0000 (09:33 +1000)
commit49e40c4ed00878313f5f5f28460e75cbfbb5f0fc
tree10cb9e335c7c970924b645945497470ae13b5d8c
parent416528dd9b4fca366e7bf215ef500bedb2a11399
shmem: remove unneeded header file

mfill_atomic_install_pte() is introduced to install pte and update mmu
cache since commit bf6ebd97aba0 ("userfaultfd/shmem: modify
shmem_mfill_atomic_pte to use install_pte()").  So we should remove
tlbflush.h as update_mmu_cache() is not called here now.

Link: https://lkml.kernel.org/r/20210812120350.49801-3-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/shmem.c