Re: aio_read2() and aio_write2()

Konstantin Belousov <[email protected]> Sat, 13 Jan 2024 21:50:47 +0200
Newsgroups gmane.os.freebsd.devel.threading
Message-ID <[email protected]>
On Fri, Jan 12, 2024 at 02:44:11PM -0300, Vinícius dos Santos Oliveira wrote:
> Em sex., 12 de jan. de 2024 às 14:37, Konstantin Belousov
> <[email protected]> escreveu:
> > Do you need a new syscall for this?
> 
> Not really. As long as there's a way to opt-in for ignoring the member
> aiocb->aio_offset, it works for me.

Please see https://reviews.freebsd.org/D43448; not tested.
Effectively I added the new ops to lio_listio(2) instead.