]> www.infradead.org Git - users/willy/pagecache.git/commit
kexec: Remove access to page->mapping
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Mar 2025 13:46:20 +0000 (09:46 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Mar 2025 19:55:41 +0000 (15:55 -0400)
commit940c7686e5ba7bf14294a8aef5990b52dcc70fe4
treebeb1cfc599b14e450b76fbea4dccc7bc8c1bf832
parent036a7aa369e12a9eddb789205078961f60af1410
kexec: Remove access to page->mapping

There's no need to NULL out the mapping pointer; alloc_pages()
ensures it is NULL.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
kernel/kexec_core.c