Re: [PATCH 1/3] sh: use folio_mapped() instead of page_mapped() in sh4_flush_cache_page()
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.linux.kernel.bpf,gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 27, 2026 at 01:43:14PM +0200, David Hildenbrand (Arm) wrote: > We already have the folio in our hands, so let's just use > folio_mapped(). > > Signed-off-by: David Hildenbrand (Arm) <[email protected]> Thanks; that was an oversight on my part. Reviewed-by: Matthew Wilcox (Oracle) <[email protected]>