commit | da028b6b648e7f7bcfa52521675980f291b34c2a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue May 17 23:29:06 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Jun 29 08:51:07 2022 -0400 |
tree | 5ed62d7b93510184f90d062e7d011261be6f090b | |
parent | 771075e15e39b30abcf38186592383f38d06a40f [diff] |
remap_range: Remove check of uptodate flag read_mapping_folio() returns an ERR_PTR if the folio is not uptodate, so this check is simply dead code. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>