Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm: do not allow readahead to limit IO size
Update DM to set the bdi's io_pages. This fixes reads to be capped at the device's max request size (even if user's read IO exceeds the established readahead setting). Fixes: 9491ae4 ("mm: don't cap request size based on read-ahead setting") Cc: [email protected] Reviewed-by: Jens Axboe <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
- Loading branch information