mirror of
https://github.com/torvalds/linux
synced 2026-06-13 13:52:22 +09:00
If read_mapping_page() encounters an error, it returns an errno, not a page with PageError set, so this is dead code. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>