zfs/module/zpios
Brian Behlendorf b5b5b23cbf 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:31:23 -07:00
..
include Update to spl device interfaces for portability. 2009-07-21 11:26:53 -07:00
Makefile.in Build system and packaging (RPM support) (Part 3) 2009-03-10 21:45:50 -07:00
zpios.c Use kobject_set_name() for increased portability. 2009-10-02 16:31:23 -07:00