]> git.baikalelectronics.ru Git - kernel.git/commit
hfsplus: 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:06 +0000 (08:51 -0400)
commit288b339539771064920326725f81d6195728bc0b
tree21225485813af2d7ca5013d6473d9d68330ddd5d
parent097f0b3e338fc32c07e7f7a095d4527b49a4b4bc
hfsplus: Remove check for 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/hfsplus/bnode.c