]> git.proxmox.com Git - mirror_spl.git/commit - module/spl/spl-vnode.c
- Implemented vnode interfaces and 6 test cases to the test suite.
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 12 Mar 2008 20:52:46 +0000 (20:52 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 12 Mar 2008 20:52:46 +0000 (20:52 +0000)
commit4b17158506d5f3bb7e71111f5b6287f19bf20190
tree0c3c3a02b5bed142069e2b73cbe4372cb3d7b4f5
parent9490c148359332d797e4fc250812bd7a5fd131b1
- Implemented vnode interfaces and 6 test cases to the test suite.
- Re-implmented kobj support based on the vnode support.
- Add TESTS option to check.sh, and removed delay after module load.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@39 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
13 files changed:
FIXME
include/sys/kobj.h
include/sys/sysmacros.h
include/sys/uio.h
include/sys/vnode.h
modules/spl/spl-kobj.c
modules/spl/spl-vnode.c
modules/splat/Makefile.in
modules/splat/splat-ctl.c
modules/splat/splat-internal.h
modules/splat/splat-kobj.c
modules/splat/splat-vnode.c [new file with mode: 0644]
scripts/check.sh