]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: 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)
commit21f68ebd7f7881ca58c21e84df65d0231864e376
treebc82f1a0f623d4fa1fd47e11b67787c0605b1186
parent3b82493adf1db50f83845f0dc8e0de8c71c12572
reiserfs: 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/reiserfs/xattr.c