Subject: Re: Changes for proplib to reduce kernel bloat
To: <>
From: Chapman Flack <nblists@anastigmatix.net>
List: tech-kern
Date: 05/07/2006 12:18:36
Simon Burge wrote:
> The patch below removes the XML conversion support from proplib when
> it's built for the kernel, for which I can see no obvious use.  With

Hmm, I was just now thinking of having a driver initialize a set of
properties using dictionary_internalize from a constant string of
XML, which might be a possible use - though I could certainly do it
without, it's just more code.  I don't know if that's the sort of
use that was contemplated in the design.

-Chap