Refactor softraid crypto code to allow use of a discipline-specific data
authorstsp <stsp@openbsd.org>
Mon, 10 May 2021 08:17:07 +0000 (08:17 +0000)
committerstsp <stsp@openbsd.org>
Mon, 10 May 2021 08:17:07 +0000 (08:17 +0000)
commiteb0e73bd3992d0f7669bd69d5e5339ca8dc78a10
tree3501694386597f93a343b04d1b8de1b200c1617c
parent6cafe7af99136ce6c9b552864906c99568b815d6
Refactor softraid crypto code to allow use of a discipline-specific data
structure for RAID1C volumes, as requested by jsing@ during review of my
initial RAID1C patch.

This should effectively be a cosmetic change. The point of this exercise
is to allow the data structure changes made here in softraidvar.h.

Tested on CRYPTO and RAID1C by Josh Grosse, Matthias Schmidt, and myself.
ok jsing@
sys/dev/softraid_crypto.c
sys/dev/softraid_raid1c.c
sys/dev/softraidvar.h