]> git.proxmox.com Git - mirror_spl.git/commit
Rework condition variable implementation to be consistent with
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 15 May 2008 17:10:30 +0000 (17:10 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 15 May 2008 17:10:30 +0000 (17:10 +0000)
commit4efd41189af62958f2aa5cf48941dd718d563d11
treea3cc73bd2e187629d9f800d9a86bcb00c38f49ce
parenta97df54e839fa7f823fdca2a814427c9e4db204f
Rework condition variable implementation to be consistent with
other primitive implementations.  Additionally ensure that GFP_ATOMIC
is use for allocations when in interrupt context.

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