]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: remove page_mkclean()
authorKefeng Wang <wangkefeng.wang@huawei.com>
Tue, 4 Jun 2024 11:48:22 +0000 (19:48 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:17 +0000 (19:30 -0700)
commita929e0d10f3db1a53668f6b9845db27d7fb63759
treeeae82cc1a6595d53197e0153da731a6e74327c9a
parent645b1399fa67baff565fa82c48976c53822a393f
mm: remove page_mkclean()

There are no more users of page_mkclean(), remove it and update the
document and comment.

Link: https://lkml.kernel.org/r/20240604114822.2089819-5-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>
Documentation/core-api/pin_user_pages.rst
drivers/video/fbdev/core/fb_defio.c
include/linux/mm.h
include/linux/rmap.h
mm/gup.c
mm/mremap.c