Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
engines/splice: remove buggy ->mem_align set
Two things wrong here: 1) We align buffers by default, so no need for splice to do anything extra. 2) ->mem_align is not a true/false setting, it's the alignment itself. Hence the current setting to 1 is just buggy. Fixes: axboe#810 Reported-by: Sitsofe Wheeler <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information