On Mon, Feb 2, 2009 at 12:58 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > Modifier bits are going to get easier - I have a patch series that > takes a bunch out (basically, to hell with everything in MOD_SPECIFIER - > the only hard part is on the parser side and I've got a saner way to > deal with that). That sounds like an interesting patch. Cared to shared it? Even it is not quite ready, I would like to take a look and maybe I can learn some thing. I want to store more than a few bits attribute information. So I was hacking a patch to make an separate structure for extended attributes. Only the symbol that use those extended attribute will have it. The address space and context will move to the extend attributes as well. Most of the symbol don't have special attribute, so it will save up some space overall. Does it sound like some thing sane to do? Any way, I haven't able to get it to work. The big messy part is when sparse propagate those attributes, some times it need to keep a separate copy of the extended attributes, because this extended attribute is option for symbols. Maybe I should try it again. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html