Re: installboot: merge duplicate code into sr_open_chunk()

2022-10-26 Thread Klemens Nanni
On Wed, Oct 05, 2022 at 10:31:38AM +, Klemens Nanni wrote: > On Sat, Sep 10, 2022 at 02:10:22AM +, Klemens Nanni wrote: > > It does not have the prettiest signature, but nicely folds identical > > copies into MI softraid.c, which then allows us to > > - avoid further diverging MD code > > -

Re: installboot: merge duplicate code into sr_open_chunk()

2022-10-05 Thread Klemens Nanni
On Sat, Sep 10, 2022 at 02:10:22AM +, Klemens Nanni wrote: > It does not have the prettiest signature, but nicely folds identical > copies into MI softraid.c, which then allows us to > - avoid further diverging MD code > - implement the keydisk fix on tech@ once instead of thrice > - reuse sr_o

Re: installboot: merge duplicate code into sr_open_chunk()

2022-09-09 Thread Klemens Nanni
On Sat, Sep 10, 2022 at 02:10:22AM +, Klemens Nanni wrote: > It does not have the prettiest signature, but nicely folds identical > copies into MI softraid.c, which then allows us to > - avoid further diverging MD code > - implement the keydisk fix on tech@ once instead of thrice > - reuse sr_o

installboot: merge duplicate code into sr_open_chunk()

2022-09-09 Thread Klemens Nanni
It does not have the prettiest signature, but nicely folds identical copies into MI softraid.c, which then allows us to - avoid further diverging MD code - implement the keydisk fix on tech@ once instead of thrice - reuse sr_open_chunk() in an upcoming diff to make -p softraid aware The last point