mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>