]> git.baikalelectronics.ru Git - kernel.git/commit
freevxfs: Remove check of 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:06 +0000 (08:51 -0400)
commitdb8e8b5d5491eaa620f51cab925379fa69947b1d
tree9864188965faf731c2a9a16e8f7eab6511c190e3
parent716b82d9b97dde969c1aa20312892f1cd655f668
freevxfs: 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/freevxfs/vxfs_subr.c