CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2013/01/18 02:39:03
Modified files: sys/dev : softraid.c softraidvar.h Log message: Implement common workunit completion functions and handle the completion via a workq callback. Also provide a discipline specific hook that allows it to optionally handle the final part of the workunit completion. ok krw@