]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit868e99bbe09e003f6ee66465ca8ff9ec20b60737
treef41448d4fb9c387c2cdd747f4ec20c289da1cd92
parent21f68ebd7f7881ca58c21e84df65d0231864e376
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