commit | 5fb9bfe01c88788ca3a99c44e44d52abb138595d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Feb 09 12:58:22 2022 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Sun May 08 14:28:18 2022 -0400 |
tree | 53133b004ff8111d709c953c9681e7f2a474ede0 | |
parent | 379c72654524d97081f8810a0e4284a16f78a25e [diff] |
scsicam: Fix use of page cache Convert scsicam to use a folio instead of a page. There is no need to check the error flag here; read_cache_folio() will return -EIO if the folio cannot be read correctly. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>