Re: aio_read2() and aio_write2()
- Reply: Vinícius_dos_Santos_Oliveira : "Re: aio_read2() and aio_write2()"
- In reply to: Vinícius_dos_Santos_Oliveira : "Re: aio_read2() and aio_write2()"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.