commit | b3a3203309c89061452250f7384507787b7badcb | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Feb 27 19:23:32 2024 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Wed Mar 06 13:04:18 2024 -0800 |
tree | b7180ae0901ec2ecf5ec30d8741b49aed435f837 | |
parent | fae7d834c43ccdb9fcecaf4d0f33145d884b3e5c [diff] |
mm: make dump_page() take a const argument Now that __dump_page() takes a const argument, we can make dump_page() take a const struct page too. Link: https://lkml.kernel.org/r/20240227192337.757313-6-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>