afs: Remove check of PageError
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 13 May 2022 18:53:02 +0000 (14:53 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:06 +0000 (08:51 -0400)
commit59fc64740571685441f754db4846a1fb22896b53
tree17bf7ab3848fe568b208c49d7e74b454962f8226
parent0e00fa5f83606064f3b7bb11d9608d216ac6b45a
afs: Remove check of PageError

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>
fs/afs/mntpt.c