Re: softraid(4) crypto/raid1c refactoring

2021-05-07 Thread Stefan Sperling
The few test reports I've received for this are looking fine. Would any developer dare to OK this? On Tue, Apr 27, 2021 at 03:46:56PM +0200, Stefan Sperling wrote: > Refactor softraid crypto code to allow use of a discipline-specific data > structure for RAID1C volumes, as requested by jsing@ duri

Re: softraid(4) crypto/raid1c refactoring

2021-05-01 Thread Matthias Schmidt
Hi Stefan, * Stefan Sperling wrote: > 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 patch should effectively be a cosmetic change. > The whole point of this patch

Re: softraid(4) crypto/raid1c refactoring

2021-04-29 Thread Josh Grosse
On Tue, Apr 27, 2021 at 03:46:56PM +0200, Stefan Sperling wrote: > 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 patch should effectively be a cosmetic change. > T

softraid(4) crypto/raid1c refactoring

2021-04-27 Thread Stefan Sperling
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 patch should effectively be a cosmetic change. The whole point of this patch is to allow the data structure changes made here