]> git.proxmox.com Git - mirror_spl-debian.git/commit
Add missing headers
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Fri, 14 Mar 2008 00:04:01 +0000 (00:04 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Fri, 14 Mar 2008 00:04:01 +0000 (00:04 +0000)
commitaf828292e585781b2e186f47074a3e1a3baa5094
treec715e35250e740730afa7628321f389ff3e9345e
parentea19fbed0538d0e13549ff9753533fe4f9edeffd
Add missing headers
Rework vnodes to be based on the slab cache, just like on Solaris.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@45 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
15 files changed:
FIXME
include/fs/fs_subr.h [new file with mode: 0644]
include/sys/file.h [new file with mode: 0644]
include/sys/mkdev.h [new file with mode: 0644]
include/sys/mntent.h [new file with mode: 0644]
include/sys/mode.h [new file with mode: 0644]
include/sys/pathname.h [new file with mode: 0644]
include/sys/unistd.h [new file with mode: 0644]
include/sys/vfs_opreg.h [new file with mode: 0644]
include/sys/vmsystm.h
include/sys/vnode.h
include/vm/anon.h
include/vm/pvn.h [new file with mode: 0644]
modules/spl/spl-generic.c
modules/spl/spl-vnode.c