ntfs3: 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)
commit19cb4273a245dae6ed1168172c619ccbf6a704bc
treefd8a96df06a5b3b98066b44266ea59bb049895c3
parent62a3a4dd476d5d1db9f13bb902f78fed2b6abd18
ntfs3: 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/ntfs3/ntfs_fs.h