]> git.proxmox.com Git - mirror_spl-debian.git/commit - module/spl/spl-kstat.c
Prepend spl_ to all init/fini functions
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Nov 2011 17:03:31 +0000 (09:03 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 Nov 2011 17:18:28 +0000 (09:18 -0800)
commit1114ae6ae74a287478cd8a34770fc4a907f84134
treed3752a329ba7f41f0be72ca2ff6e558b25b77fd2
parent948914d2f10f6bf274bb51b96dd5337f01165b45
Prepend spl_ to all init/fini functions

This is a bit of cleanup I'd been meaning to get to for a while
to reduce the chance of a type conflict.  Well that conflict
finally occurred with the kstat_init() function which conflicts
with a function in the 2.6.32-6-pve kernel.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #56
include/linux/proc_compat.h
include/spl-debug.h
include/sys/kstat.h
include/sys/tsd.h
include/sys/zmod.h
module/spl/spl-debug.c
module/spl/spl-generic.c
module/spl/spl-kstat.c
module/spl/spl-proc.c
module/spl/spl-tsd.c
module/spl/spl-zlib.c