CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/19 15:21:39
Modified files: sys/dev : softraid.c Log message: Assert that a workunit has ccbs if it is being scheduled. Otherwise we deadlock since nothing will ever come back to tell us that the workunit is completed. ok krw@