[PATCH] don't generate empty struct global

Josh Stone jistone@redhat.com
Tue Feb 24 08:12:00 GMT 2009


Wenji Huang wrote:
> I do find the empty struct in generated C file.

Yes, but that empty struct does not create anything in the final kernel 
module.  Try running "nm module.ko | grep -w global".  It may still 
exist in the debug info, but it won't have any location.

It's harmless either way...

Josh



More information about the Systemtap mailing list