Re: Simplify aiodone daemon

2022-06-30 Thread Mark Kettenis
> Op 29-06-2022 16:17 schreef Martin Pieuchot : > > > The aiodone daemon accounts for and frees/releases pages they were > written to swap. It is only used for asynchronous write. The diff > below uses this knowledge to: > > - Stop suggesting that uvm_swap_get() can be asynchronous. There'

Simplify aiodone daemon

2022-06-29 Thread Martin Pieuchot
The aiodone daemon accounts for and frees/releases pages they were written to swap. It is only used for asynchronous write. The diff below uses this knowledge to: - Stop suggesting that uvm_swap_get() can be asynchronous. There's an assert for PGO_SYNCIO 3 lines above. - Remove unused suppor