From: James K. <jke...@li...> - 2005-09-14 17:16:20
|
Christoph Hellwig wrote: >On Tue, Sep 13, 2005 at 06:35:57PM -0500, James Ketrenos wrote: > > >>Updated misc. copyright dates. >>Added version reporting to syslog during ieee80211 subsystem load. >> >> > >version reporting for subsystems doesn't make sense - they evolve too much >and should evolve with the kernel tree, not separately. > > Do you have issue with reporting the version via printk, or just -having- versioning? If the former, its a useful debug and troubleshooting tool, and the overhead is minimal. There are other ways to get at the info (modinfo) but displaying the version information via printk it is used by other components in the kernel. James |