nilfs2: Remove check 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)
commit79ea65563ad8aaab309d61eeb4d5019dd6cf5fa0
tree0fbb82dce3c443eee82d2fa5778d74ca8dd84fa7
parent750cd7d0e65f2f65c52932ea48b2702fee6ab7a7
nilfs2: Remove check for PageError

If read_mapping_page() encounters an error, it returns an errno, not a
page with PageError set, so this test is not needed.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/nilfs2/dir.c