]> git.proxmox.com Git - mirror_spl-debian.git/commit - module/spl/spl-generic.c
Commit adaptive mutexes. This seems to have introduced some new
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Mon, 5 May 2008 20:18:49 +0000 (20:18 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Mon, 5 May 2008 20:18:49 +0000 (20:18 +0000)
commit9ab1ac14ad955800ca070abc11dd031244efb65f
treea90ffa4dc3297ae6c4d918e610a9764bc63672d5
parentbcd68186d8009957b751720a801e4c16bb272e83
Commit adaptive mutexes.  This seems to have introduced some new
crashes but it's not clear to me yet if these are a problem with
the mutex implementation or ZFSs usage of it.

Minor taskq fixes to add new tasks to the end of the pending list.

Minor enhansements to the debug infrastructure.

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