CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/20 22:11:12
Modified files: sys/dev : softraid_crypto.c softraidvar.h Log message: Instead of maintaining a completely separate list of crypto work units, simply allocate larger work units and include the normal work unit struct in the top of the crypto work unit struct. This greatly simplifies the code and removes possible failure cases. Discussed with dlg@ ok krw@