]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit716b82d9b97dde969c1aa20312892f1cd655f668
tree17bf7ab3848fe568b208c49d7e74b454962f8226
parentbd17a88513254bbd79359692cb750d9cb14a3272
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