You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a standard FreeBSD ioctl. I decided to conciously skip it for now, because:
The code would be really messy with a lot of .read() and .write() and .unwrap
We would have to use Weak pointers to prevent memory leaks, causing even more unwraps
It doesn't produce any output or affect any internal state that affects anything else (as far as we know)
previously,before the filesystem rework, this was also skipped and nothing bad happened.
Under these circumstances, I believe it's justifiable to postpone the implementation of this until it is required.
We already got stuck on the filesystem for such a long time and I don't want to get stuck on this right now.
The text was updated successfully, but these errors were encountered:
This is a standard FreeBSD ioctl. I decided to conciously skip it for now, because:
Under these circumstances, I believe it's justifiable to postpone the implementation of this until it is required.
We already got stuck on the filesystem for such a long time and I don't want to get stuck on this right now.
The text was updated successfully, but these errors were encountered: