commit | 771075e15e39b30abcf38186592383f38d06a40f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue May 17 18:12:25 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Jun 29 08:51:07 2022 -0400 |
tree | f41448d4fb9c387c2cdd747f4ec20c289da1cd92 | |
parent | b0c971e7b76887bfab44e6b891e90ebb4c637172 [diff] |
ufs: Remove checks for PageError If read_mapping_page() encounters an error, it returns an errno, not a page with PageError set, or a page that is not Uptodate, so this is dead code. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>