CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2022/06/28 06:10:37
Modified files: sys/uvm : uvm_pager.c Log message: Move the guts of uvm_aio_aiodone() into a separate function. This will help dealing with error cases. No functionnal changes.