CVSROOT: /cvs Module name: src Changes by: lu...@cvs.openbsd.org 2025/01/08 16:40:40
Modified files: sys/dev : softraid.c Log message: Teach sr_hibernate_io to handle HIB_DONE. Rely on the fact that HIB_DONE is called with all zero'd arguments besides the dev and op, and pass down those same arguments to the underlying device. This allows for reenabling HIB_DONE return value check in kern/subr_hibernate.c. "that looks correct" deraadt ok mglocker