freebsd-dev/module
Brian Behlendorf 39ab544079 Use kobject_set_name() for increased portability.
As of 2.6.25 kobj->k_name was replaced with kobj->name.  Some distros
such as RHEL5 (2.6.18) add a patch to prevent this from being a problem
but other older distros such as SLES10 (2.6.16) have not.  To avoid
the whole issue I'm updating the code to use kobject_set_name() which
does what I want and has existed all the way back to 2.6.11.
2009-10-02 16:21:59 -07:00
..
spl Set cwd to '/' for the process executing insmod. 2009-10-01 16:06:15 -07:00
splat Use kobject_set_name() for increased portability. 2009-10-02 16:21:59 -07:00
Makefile.in Packaging Fixes 2009-06-25 15:31:53 -07:00