diff options
author | 2024-06-04 19:48:19 +0800 | |
---|---|---|
committer | 2024-07-03 19:30:17 -0700 | |
commit | aca08acce76f1f7de12dd22a2ab36411ce02074a (patch) | |
tree | 556e799e680a60c79c03d686125f99f9996d49a1 /include/linux/mm.h | |
parent | mm/mm_init: initialize page->_mapcount directly in __init_single_page() (diff) | |
download | wireguard-linux-aca08acce76f1f7de12dd22a2ab36411ce02074a.tar.xz wireguard-linux-aca08acce76f1f7de12dd22a2ab36411ce02074a.zip |
fs/proc/task_mmu: use folio API in pte_is_pinned()
Patch series "mm: remove page_maybe_dma_pinned() and page_mkclean()".
Most page_maybe_dma_pinned() and page_mkclean() callers have been
converted to the folio equivalents, after two more convertsions,
remove them and update the comment and documention.
This patch (of 4):
Convert to use vm_normal_folio() and folio_maybe_dma_pinned() API, which
helps to remove page_maybe_dma_pinned() in the subsequent change.
Link: https://lkml.kernel.org/r/20240604114822.2089819-1-wangkefeng.wang@huawei.com
Link: https://lkml.kernel.org/r/20240604114822.2089819-2-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Helge Deller <deller@gmx.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/mm.h')
0 files changed, 0 insertions, 0 deletions