Re: Reusing of struct uio in soo_read()
Peter Skvarka <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Soft in Engines |
| Message-ID | <[email protected]> |
Resolved, I did not expect that also iovec.iov_base is changed inside of soo_read(). When I reset also this, it works. Peter