]> git.proxmox.com Git - mirror_spl-debian.git/commit - modules/spl/spl-generic.c
First commit of lustre style internal debug support. These
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Fri, 18 Apr 2008 23:39:58 +0000 (23:39 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Fri, 18 Apr 2008 23:39:58 +0000 (23:39 +0000)
commit57d1b1885897c9b079a6355a6d54d684ad003d46
tree941352e2acfedadd3b97f0af780a2a7a2e910540
parent55152ebbb46fb8e382ed18e58cc570c61e224c21
First commit of lustre style internal debug support.  These
changes bring over everything lustre had for debugging with
two exceptions.  I dropped by the debug daemon and upcalls
just because it made things a little easier.  They can be
readded easily enough if we feel they are needed.

Everything compiles and seems to work on first inspection
but I suspect there are a handful of issues still lingering
which I'll be sorting out right away.  I just wanted to get
all these changes commited and safe.  I'm getting a little
paranoid about losing them.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@75 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
cmd/Makefile.am
cmd/spl.c [new file with mode: 0644]
include/sys/debug.h
include/sys/proc.h [new file with mode: 0644]
include/sys/sysmacros.h
modules/spl/Makefile.in
modules/spl/spl-debug.c [new file with mode: 0644]
modules/spl/spl-generic.c
modules/spl/spl-proc.c [new file with mode: 0644]
modules/spl/spl-vnode.c