CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/20 20:27:38
Modified files: sys/dev : softraid.c Log message: Stop bzeroing the work unit when it is initialised. Rather, only initialise the specific fields that are either not persistent for the life of the workunit and/or not reinitialised in sr_wu_release_ccbs. This is also necessary for upcoming changes. ok krw@