-
Notifications
You must be signed in to change notification settings - Fork 19
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
Figure out what to do about negative offsets when reading/writing #839
Comments
Strange. I though FreeBSD is going to ignore the offset instead of using its negative value. |
Ignore it where? |
I don't know. It just my guess because a read/write to a device should not requires an offset. |
Sure, but how does that relate to this issue? :D You left a todo!() in the code and we have to deal with it somehow. |
What we need to do is find a device that use this offset when reading or writing. If none of the devices used it we can remove it from the parameters. |
I remember from somewhere that FreeBSD allows negative offsets for devices, but our offset field is currently an u64.
The text was updated successfully, but these errors were encountered: