ufs: Remove checks for PageError
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 17 May 2022 22:12:25 +0000 (18:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit771075e15e39b30abcf38186592383f38d06a40f
treef41448d4fb9c387c2cdd747f4ec20c289da1cd92
parentb0c971e7b76887bfab44e6b891e90ebb4c637172
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>
fs/ufs/dir.c
fs/ufs/util.c