Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better accommodate random writes larger than blockalign
fill_io_u() fails prematurely if the randomly-chosen offset satisfies blockalign but not min_bs, i.e., the offset lies too near the end of the target region. This change honors both parameters. Signed-off-by: Justin Eno <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information