]> git.proxmox.com Git - mirror_spl.git/commit - include/sys/kobj.h
Apply fix from bug239 for rwlock deadlock.
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 11 Mar 2008 20:54:40 +0000 (20:54 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Tue, 11 Mar 2008 20:54:40 +0000 (20:54 +0000)
commit9490c148359332d797e4fc250812bd7a5fd131b1
treebb7678f0216623d6a3743ac8c34c61215b6b97ab
parentb123971fc2f951cc95c8f75db68adf05d3a1d1aa
Apply fix from bug239 for rwlock deadlock.

Update check.sh script to take V=1 env var so you can run it verbosely as
follows if your chasing something: sudo make check V=1

Add new kobj api and needed regression tests to allow reading of files from
within the kernel.  Normally thats not something I support but the spa layer
needs the support for its config file.

Add some more missing stub headers

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@38 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
15 files changed:
include/sys/cred.h
include/sys/kidmap.h [new file with mode: 0644]
include/sys/kobj.h [new file with mode: 0644]
include/sys/rwlock.h
include/sys/sid.h [new file with mode: 0644]
include/sys/sysmacros.h
include/sys/utsname.h [new file with mode: 0644]
include/sys/vfs.h
modules/spl/Makefile.in
modules/spl/spl-kobj.c [new file with mode: 0644]
modules/splat/Makefile.in
modules/splat/splat-ctl.c
modules/splat/splat-internal.h
modules/splat/splat-kobj.c [new file with mode: 0644]
scripts/check.sh