Re: Bloatwatch 2.6.28-rc1: i8042 DMI lookup tables

From: Jiri Kosina
Date: Sat Oct 25 2008 - 20:29:14 EST


On Fri, 24 Oct 2008, Dmitry Torokhov wrote:

> I would like to get rid of .ident strings in cases when drivers don't
> use them for anything, this should free some more memory.

Yes, that could be nice thing to do indeed. They are usually used only to
store a human-readable description of the device anyway, which is then not
printed anywhere, and therefore a plain C comment should be sufficient
instead.

It will require fixing dmi_check_system() though, as it's one of those
rare functions actually using ->ident field for detecting end of the list.

--
Jiri Kosina
SUSE Labs

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/