]> git.baikalelectronics.ru Git - kernel.git/commit
ntfs: 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:07 +0000 (08:51 -0400)
commitb08d8ef8dc0860b0ae5a8bf330cffa2f41c8750d
treecfec5b91c6493a04e8eddaacd4548e437417fc7d
parent95fcc4b57ae14bbefb89213ae52eaa0a5b52557a
ntfs: 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/ntfs/aops.h