Re: aio_read2() and aio_write2()

From: Konstantin Belousov <kostikbel_at_gmail.com>
Date: Sat, 13 Jan 2024 19:50:47 UTC
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
> <kostikbel@gmail.com> 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.