Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cramfs: read_mapping_page() is synchronous
Since commit 67f9fd9, the code to wait for the read to complete has been dead. That commit wrongly stated that the read was synchronous already; this seems to have been a confusion about which ->readpage operation was being called. Instead of reintroducing an asynchronous version of read_mapping_page(), call the readahead code directly to submit all reads first before waiting for them in read_mapping_page(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
- Loading branch information