]> 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)
commitabc69ee735a1ea2544c81f6ca3f6f67876ca6e50
tree17bf7ab3848fe568b208c49d7e74b454962f8226
parentc1828ec72d40c7e74d22959566c1aa3eb01e3124
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