]> git.proxmox.com Git - mirror_spl.git/commit
De-inline spl_kthread_create().
authorTim Chase <tim@onlight.com>
Wed, 9 Apr 2014 18:40:12 +0000 (13:40 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Apr 2014 02:17:12 +0000 (19:17 -0700)
commited650dee76e928ce266e9d204637516d3a375b77
treec16f83a8f90afcd40bcf1f4dc3c07452643b8a76
parent17a527cb0f44cef6582583e502621541061d8817
De-inline spl_kthread_create().

The function was defined as a static inline with variable arguments
which causes gcc to generate errors on some distros.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
Closes #346
include/sys/thread.h
module/spl/spl-thread.c