• Muchun Song's avatar
    mm: rmap: introduce pfn_mkclean_range() to cleans PTEs · 6a8e0596
    Muchun Song authored
    The page_mkclean_one() is supposed to be used with the pfn that has a
    associated struct page, but not all the pfns (e.g.  DAX) have a struct
    page.  Introduce a new function pfn_mkclean_range() to cleans the PTEs
    (including PMDs) mapped with range of pfns which has no struct page
    associated with them.  This helper will be used by DAX device in the next
    patch to make pfns clean.
    
    Link: https://lkml.kernel.org/r/20220403053957.10770-4-songmuchun@bytedance.comSigned-off-by: default avatarMuchun Song <songmuchun@bytedance.com>
    Cc: Alistair Popple <apopple@nvidia.com>
    Cc: Al Viro <viro@zeniv.linux.org.uk>
    Cc: Christoph Hellwig <hch@lst.de>
    Cc: Dan Williams <dan.j.williams@intel.com>
    Cc: Hugh Dickins <hughd@google.com>
    Cc: Jan Kara <jack@suse.cz>
    Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
    Cc: Matthew Wilcox <willy@infradead.org>
    Cc: Ralph Campbell <rcampbell@nvidia.com>
    Cc: Ross Zwisler <zwisler@kernel.org>
    Cc: Xiongchun Duan <duanxiongchun@bytedance.com>
    Cc: Xiyu Yang <xiyuyang19@fudan.edu.cn>
    Cc: Yang Shi <shy828301@gmail.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    6a8e0596
internal.h 26.2 KB