Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readv_at on device nodes #13

Merged
merged 1 commit into from
Feb 10, 2020
Merged

Fix readv_at on device nodes #13

merged 1 commit into from
Feb 10, 2020

Conversation

asomers
Copy link
Owner

@asomers asomers commented Feb 10, 2020

Using readv_at on device nodes with a preferred sector sie > 1 never
worked with unaligned buffers. A mistake in the test failed to check
that the data was correctly copied back to users' buffers. This fixes
it.

Using readv_at on device nodes with a preferred sector sie > 1 never
worked with unaligned buffers.  A mistake in the test failed to check
that the data was correctly copied back to users' buffers.  This fixes
it.
@asomers asomers merged commit 25e9a61 into master Feb 10, 2020
@asomers asomers deleted the readv_dev branch February 10, 2020 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant