jfs: Remove check for PageUptodate
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 18 May 2022 03:32:34 +0000 (23:32 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit3b60d53df07fc67422cb7cadd1c2c6df720a1922
treeb5b58c64df1d8e5d22179d56978597cb3ef38885
parentda028b6b648e7f7bcfa52521675980f291b34c2a
jfs: Remove check for PageUptodate

Pages returned from read_mapping_page() are always uptodate, so
this check is unnecessary.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/jfs/jfs_metapage.c