]> git.proxmox.com Git - mirror_spl-debian.git/commit - module/spl/spl-proc.c
Prefix all SPL debug macros with 'S'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 20 Jul 2010 18:55:37 +0000 (11:55 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 20 Jul 2010 20:30:40 +0000 (13:30 -0700)
commitb17edc10a9c66543bef54b08e4655832aefe8939
tree341fbedbb1ac18556f43301da648aeaf6c3d5fd0
parent55abb0929e4fbe326a9737650a167a1a988ad86b
Prefix all SPL debug macros with 'S'

To avoid conflicts with symbols defined by dependent packages
all debugging symbols have been prefixed with a 'S' for SPL.
Any dependent package needing to integrate with the SPL debug
should include the spl-debug.h header and use the 'S' prefixed
macros.  They must also build with DEBUG defined.
14 files changed:
include/spl-debug.h
module/spl/spl-condvar.c
module/spl/spl-debug.c
module/spl/spl-err.c
module/spl/spl-generic.c
module/spl/spl-kmem.c
module/spl/spl-kobj.c
module/spl/spl-kstat.c
module/spl/spl-module.c
module/spl/spl-proc.c
module/spl/spl-taskq.c
module/spl/spl-thread.c
module/spl/spl-vnode.c
module/spl/spl-xdr.c