tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: GPT attributes in dkwedge [PATCH]



On Sat, Sep 16, 2023 at 08:34:23AM +0700, Robert Elz wrote:
> I didn't attempt to read the patch, no.   Just the regular text
> parts of the mail thread.

Initial proposal was to aad access to the bootme flag in dkwedge, 
which has been considered bad design, and I agreed with that. 

The patch moves the GPT parser out of dkwedge so that it can
be used by other kernel componentx. You calll gpt_walk() with
a callback invoked for each GPT entry. dkwedge use it to do the
job it was doing before, and raiddframe use it to solve a 
raidframe-specific issue.

Hence this is already "handled some other way" as once proposed.

-- 
Emmanuel Dreyfus
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index